Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

CAN I MAKE A PIXEL BY PIXEL PRINTING INDICATER USING LABVIEW? JUST WANT TO CHANGE COLOR OF ARRAY WITH WRITING PIXELS

THAT MEANS IT CONSIST OF A COLOR ARRAY. AND ON PROGRESSING PRINTING CURREPONDING RED PIXEL GET GREEN COLOR?

IamAKR
0 Kudos
Message 1 of 4
(5,140 Views)
Did you check IMAQ Replace Color plane?
Thanks
uday
0 Kudos
Message 2 of 4
(5,125 Views)

CHECK ATTACHED PROGRAM.... I WANT TO CONVERT STEP BY STEP ALL BLUE TO GREEN.

IamAKR
0 Kudos
Message 3 of 4
(5,115 Views)

Hello,

 

what does that mean - all blue to green? Do you want to swap the color channels? Or do you want to replace true blue values with true red values?

 

Anyway, you should use Labview native functions for optimal performance (not Mathscript nodes, which are actually really slow...). (I've also put the numeric constants outside the for loops - not because of performance, but readability).

 

dispay_BD.png

 

You need to explain in more detail what are you trying to do?

 

Best regards,

K


https://decibel.ni.com/content/blogs/kl3m3n



"Kudos: Users may give one another Kudos on the forums for posts that they found particularly helpful or insightful."
0 Kudos
Message 4 of 4
(5,104 Views)