Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Programming (http://www.chiefdelphi.com/forums/forumdisplay.php?f=51)
-   -   Converting 32-bit image to 8-bit OR binary (http://www.chiefdelphi.com/forums/showthread.php?t=90985)

terry-kuhn 05-02-2011 11:28

Converting 32-bit image to 8-bit OR binary
 
How can we use the vision assistant to convert 32-bit webcam images into a format that the image processor can compute? :confused:

Greg McKaskle 05-02-2011 12:02

Re: Converting 32-bit image to 8-bit OR binary
 
NIVision contains functions to extract a color plane and to threshold. Those are the two most common ways to take a color image and ready it for monochrome processing.

If you are wanting to identify colored objects in the image, look at using the color threshold as the first step of processing, either in your vision assistant code or in the code between the camera and the assistant code.

Sometimes, you will instead extract the lunimance or saturation plane.

Greg McKaskle

terry-kuhn 05-02-2011 12:13

Re: Converting 32-bit image to 8-bit OR binary
 
THANKS!!! :D


All times are GMT -5. The time now is 03:43.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi