LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Applying Image filter in certain parts

Hello,

I would like to find examples where image tools are applied but you can select where to apply them. For example a brush.

 

Thank you

0 Kudos
Message 1 of 3
(308 Views)

It will be better if you elaborate the request in detail.

 

NI Vision Toolkit will support for image processing but I doubt brush options ( Something like MSPaint 😀)

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 2 of 3
(305 Views)

Hi eneko,

 

If you search "ROI" in the NI Example Finder, you will find plenty of examples that use an ROI to apply operations on specific part(s) of an image. The Image control includes tools that allow you to draw all sorts of ROIs: point, line, rectangle, rotated rectangle, polyline, polygon, freehand line, closed freehand line, ellipse, annulus…

 

raphschru_2-1703096578968.png

Example "Histogram.vi"

 

 

A "brush" tool (as seen with the NI Vision Template Editor in Vision Assistant) does not exist natively, but you could maybe code your own by catching mouse click/move events on the image and then creating an image mask that can be used for your image operations. The mask can also be converted to an ROI for operations that require an ROI rather than a mask. It would be a lot of work though.

 

raphschru_1-1703096227904.png

Template Editor in Vision Assistant

 

Regards,

Raphaël.

Message 3 of 3
(257 Views)