취소
다음에 대한 결과 표시 
다음에 대한 검색 
다음을 의미합니까? 

How to match RGB images using match multiple geometric patterns

Good day! I'm trying to match eye colors using match multiple geometric patterns but I can't do it since the output in match multiple geometric pattern is in black and white. Is there a way wherein I can change the output to RGB instead of black and white? Thank you!

0 포인트
1/6 메시지
6,870 조회수

Usually pattern matching starts with converting RGB to greyscale!  Color adds several additional dimensions to the problem.

 

Bob Schor

0 포인트
2/6 메시지
6,848 조회수


@Bob_Schor wrote:

Usually pattern matching starts with converting RGB to greyscale!  Color adds several additional dimensions to the problem.

 

Bob Schor


I changed the vision info to "color template", but there's an error with its template. How am I going to fix it? Also, attached below is the output image of the load button, how can I change its palette to RGB? Thank you.

 

 

0 포인트
3/6 메시지
6,827 조회수


I changed the vision info to "color template", but there's an error with its template. How am I going to fix it? Also, attached below is the output image of the load button, how can I change its palette to RGB? T


What is the error you are getting?

----------------------------------------------------------------------------------------------------------------
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 포인트
4/6 메시지
6,806 조회수

I think it is similar post here: https://forums.ni.com/t5/LabVIEW/Is-it-possible-to-match-multiple-color-patterns/m-p/3339603

-Geometric pattern works on gray scale images(what you told black and white)

-Color pattern matching works on Color image(e.g., RGB)

 

Be clear what you want to do

-You want to do Geometric matching then the input and output will be grayscale: http://www.ni.com/example/30535/en/ 

-If you want to do Color pattern matching check this example: http://www.ni.com/example/30548/en/ 

-Each type of template carries different information so you cannot mix and use.

-You can learn more on Color Pattern matching here: https://www.ni.com/docs/en-US/bundle/ni-vision-concepts-help/page/color_pattern_matching.html

Thanks
uday
5/6 메시지
6,801 조회수

study this link it could help you could no use GM for color match
https://www.ni.com/docs/en-US/bundle/ni-vision-concepts-help/page/color_classification.html

6/6 메시지
6,790 조회수