in Education by
How would you identify specific points in an image based on the pixels around the point(s) that you wish to identify? For example, if I had an image with lots of different colors but I only wanted to find the blue areas which are next to green areas and ignore everything else. I'm sure the first step in this example would be to pass a filter over the image to remove all colors apart from green and blue but I wouldn't know where to go from there in eliminating green and blue parts which are not adjacent. JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
[0] I assume that you are looking for direct neighboring regions. [1] Since you are sure that the first step is to remove all colors except green and blue, i'll continue from there. [2] Next, all you need to do is to segment blue from [1] and turn that into logical map or a black/white image [3] dilate [2] to your desired size [4] then, segment green from [1] and turn that into a logical map or a black/white image [5] multiply [3] to [4], the leftovers would be the region that has green next to blue.

Related questions

0 votes
    I am trying to calculate Euclidean Distance for MNIST data set. X_Train = 60,000*784 and X_Test = ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 14, 2022 in Education by JackTerrance
0 votes
    If V = 2x^2y - 5z, find its electric field at point (-4,3,6) (a) 47. ... electromagnetic theory proposed by,electromagnetic theory engineering physics,electromagnetic theory nptel...
asked Nov 11, 2021 in Education by JackTerrance
0 votes
    Which natural calamities have you experienced? How did they affect the conditions in your surroundings? ... proposed by,electromagnetic theory engineering physics,Science nptel...
asked Nov 7, 2021 in Education by JackTerrance
0 votes
    In which different ways do our surroundings get polluted? Select the correct answer from above options ... proposed by,electromagnetic theory engineering physics,Science nptel...
asked Nov 7, 2021 in Education by JackTerrance
0 votes
    without mentioning which of the following for browser to find and display an image? (a) source of the image (b) ... none of the given Select the correct answer from above options...
asked Dec 15, 2021 in Education by JackTerrance
0 votes
    Every now and then, variables just stop showing up in the Workspace pane. who and whos show that there ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 21, 2022 in Education by JackTerrance
0 votes
    I have a distribution of tube radius r, and I would like to plot tubes for all the sampled r in ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 19, 2022 in Education by JackTerrance
0 votes
    I have a dataset with labels and datapoints, problem is that rather then a classification problem I want to ... quadratic estimation. Select the correct answer from above options...
asked Feb 3, 2022 in Education by JackTerrance
0 votes
    I have a 2D space in which a function value is defined (you can think of it as a manifold). Now ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jan 16, 2022 in Education by JackTerrance
0 votes
    Why Should I Use Numpy Rather Than Idl, Matlab, Octave, Or Yorick?...
asked Apr 25, 2021 in Technology by JackTerrance
0 votes
    Why is NumPy preferred to other programming tools such as Idl, Matlab, Octave, Or Yorick?...
asked Apr 24, 2021 in Technology by JackTerrance
0 votes
    what is the another name of weight update rule in adaline model based on its functionality? (a) LMS error learning ... (d) none of the mentioned Please answer the above question....
asked Sep 21, 2022 in Education by JackTerrance
0 votes
    At higher level one limitation of R is that its functionality is based on __________ (a) Consumer demand ( ... of R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    8 is the statement is used for making decisions based on comparisons it’s true or false ? Select the correct answer from above options...
asked Dec 15, 2021 in Education by JackTerrance
...