Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dot indexing is not supported for variables of this type. #1

Open
DRAhmadFaraz opened this issue Mar 30, 2019 · 0 comments
Open

Dot indexing is not supported for variables of this type. #1

DRAhmadFaraz opened this issue Mar 30, 2019 · 0 comments

Comments

@DRAhmadFaraz
Copy link

Error while run "color_masking.m file by giving input agruments.

"color= 'smoke'
rgbImage=imread('Input.jpg');
maskedRGBImage = color_masking(rgbImage,color)"

Error is

Error in color_masking (line 38)
hueMask = (hImage >= color.hueThresholdLow) & (hImage <= color.hueThresholdHigh);

Error in run (line 5)
maskedRGBImage = color_masking(rgbImage,color)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant