| Author |
Predator vision update |
techb
Member

Posts: 384
Location:
Joined: 15.02.09 Rank: Hacker Level 2 |
|
I can change the pixel colors now and it looks a bit more like what the Predators use. This is not thermal nor infrared vision. What this does is highlight movement by taking the difference of two consecutive images.
The code can be found on my blog here.
or the version without pixel coloring is in the codebank
No movement

with movement

|
|
| Author |
RE: Predator vision update |
yours31f
Second to one

Posts: 1678
Location: Dallas Texas
Joined: 27.04.07 Rank: Satan |
|
Looks cool. A buffer would be cool to eliminate noise when nothing moves.
Debugging is what programmers do to beta software to make it take up more room on your hard drive if it is running too efficiently.

|
|
| Author |
RE: Predator vision update |
techb
Member

Posts: 384
Location:
Joined: 15.02.09 Rank: Hacker Level 2 |
|
I've seen some people use filters. But I like how it outlines everything. I plan on running this as an augmented system. I just need it to run faster/smoother......
|
|
| Author |
RE: Predator vision update |
stealth-
Member

Posts: 999
Location: Eh?
Joined: 10.04.09 Rank: God |
|
Very cool. It's things like this that I'm always surprised to remember you can actually do with python.
The irony of man's condition is that the deepest need is to be free of the anxiety of death and annihilation; but it is life itself which awakens it, and so we must shrink from being fully alive.
http://www.stealth-x.com |
|
| Author |
RE: Predator vision update |
telnet
Banned
Posts: 8
Location:
Joined: 28.07.06 Rank: Uber Elite |
|
use a ft to remove the noise? might slow it down though.
HBH 10,000th member 
...also rainbows (a) |
|
| Author |
RE: Predator vision update |
fuser
Member

Posts: 959
Location: in front of a computer (duh)
Joined: 05.04.07 Rank: HBH Guru |
|
oh the horror. it looks impressive and scary at the same time. You never fail to impress.







Telling modern Internet users to stop whining is like telling them to stop breathing it seems unrealistic and inhumane. Paul Lutus
|
|
| Author |
RE: Predator vision update |
techb
Member

Posts: 384
Location:
Joined: 15.02.09 Rank: Hacker Level 2 |
|
|
fuser wrote:
oh the horror. it looks impressive and scary at the same time. You never fail to impress.
I try my best. Coding is a passion. I like image processing, looping over pixels is kinda fun; and you can physically see results.
I can't wait to get the shoulder mounted plasma cannon finished. I know you guys will love it. Just need two servos, a range finder, and an accelerometer.
|
|
| Author |
RE: Predator vision update |
techb
Member

Posts: 384
Location:
Joined: 15.02.09 Rank: Hacker Level 2 |
|
I plan to either use the coil gun, or nerf.
If I go the nerf route, I'll use CO2 for the propulsion.
If its the coil gun, I have a bigger bank of capacitors now, 6 330V 80uf wired in parallel, and two 330V 120uf wired in series.
Regardless, it will shoot something lol.
Money is always the issue though.....
|
|
| Author |
RE: Predator vision update |
Mtutnid
Member
Posts: 79
Location: HELL
Joined: 22.09.10 Rank: Hacker Level 3 |
|
|
techb wrote:
What this does is highlight movement by taking the difference of two consecutive images.
What would happen if the camera moved and not you? Would the pixels get colored like in the moving one? If so wouldn't you get a lot of highlighted pixels while walking? |
|
| Author |
RE: Predator vision update |
techb
Member

Posts: 384
Location:
Joined: 15.02.09 Rank: Hacker Level 2 |
|
Mtutnid wrote:
techb wrote:
What this does is highlight movement by taking the difference of two consecutive images.
What would happen if the camera moved and not you? Would the pixels get colored like in the moving one? If so wouldn't you get a lot of highlighted pixels while walking?
You are correct, this is hunt mode. If your hunting something your not always moving.
In the special features of the original predator movie they show how the vision works. All they do is use an IR camera and color the ones highlighted.
I also plan to use the method mentioned above, maybe not highlighting everything.
I will also be able to switch between different views.
At the moment the gun turret is the first priority.
|
|
| Author |
RE: Predator vision update |
Mtutnid
Member
Posts: 79
Location: HELL
Joined: 22.09.10 Rank: Hacker Level 3 |
|
|
What materials are you going to use for your costumes (especially the iron man costume)? Are you going to make any software for the iron man costume? |
|
| Author |
RE: Predator vision update |
spyware
Member

Posts: 4190
Location: The Netherlands
Joined: 14.04.07 Rank: God Warn Level: 90
|
|
|
Mtutnid wrote:
What materials are you going to use for your costumes (especially the iron man costume)? Are you going to make any software for the iron man costume?
wat

"The chowner of property." - Zeph Widespread intellectual and moral docility may be convenient for leaders in the short term,
but it is suicidal for nations in the long term. - Carl Sagan Since the grid is inescapable, what were the earlier lasers about? Does the corridor have a sense of humor? - Ebert |
|
| Author |
RE: Predator vision update |
techb
Member

Posts: 384
Location:
Joined: 15.02.09 Rank: Hacker Level 2 |
|
|
Mtutnid wrote:
What materials are you going to use for your costumes (especially the iron man costume)? Are you going to make any software for the iron man costume?
I'm not making an Iron Man costume. My friend is making one for himself. The materials are bondo and fiberglass.
I am the electronics guy, I'll be in charge of the mask opening and closing, and all the flaps on the legs used for flight. So, yeah software will be written for his suit.
|
|
| Author |
RE: Predator vision update |
Supplementary
Member

Posts: 8
Location:
Joined: 04.10.10 Rank: Newbie |
|
Why did you pick a coil gun over a Gaussian gun or an array of linear motors?
Just curious |
|
| Author |
RE: Predator vision update |
techb
Member

Posts: 384
Location:
Joined: 15.02.09 Rank: Hacker Level 2 |
|
|
Supplementary wrote:
Why did you pick a coil gun over a Gaussian gun or an array of linear motors?
Just curious
A Gaussian gun is too weak, and I am using parts I already have.
Motors make for moving parts, I want to keep that to a minimum plus with motors weight becomes a factor.
I did use motors though; stripped them clean of the magnet wire inside them.
With coils, weight is not an issue, the are pretty strong pending what capacitors you use, and they can always be upgraded with more stages.
|
|