Ask Your Question

j0hnd3v's profile - activity

2018-02-16 01:40:03 -0600 asked a question Get HSV and RGB values of an image

Get HSV and RGB values of an image im trying to get RGB values of an image. which i can get Min(R-G-B),Med(R-G-B),Max(R-

2018-02-10 06:04:12 -0600 asked a question KNN android tutorial

KNN android tutorial Is there any tutorial how to apply knearest neighbor in android platform? i keep searching all ove

2018-02-01 21:27:10 -0600 commented question KNN for android

what should be the structure of building my trainingset sir?

2018-02-01 21:03:36 -0600 commented question KNN for android

store it using database.

2018-02-01 08:45:46 -0600 commented question KNN for android

so i got image classes first one is healthy classes, with disease classes 1,with disease classes 2,with disease classes

2018-02-01 08:30:28 -0600 commented question KNN for android

I got this earlier when extracting RGB values of the image. R:57 G:113 B:97 (Average RGB values) I want to compare the

2018-02-01 08:22:09 -0600 commented question KNN for android

I got this earlier when extracting RGB values of the image. R:57 G:113 B:97 I want to compare the recent extracted RGB

2018-02-01 07:50:02 -0600 commented answer How to use KNearest in java?

Sorry for asking it here. I already asked a question

2018-02-01 07:48:27 -0600 asked a question KNN for android

KNN for android Hi. im new at knn opencv i was trying to create a classifier of an image using KNN. i have the values of

2018-02-01 07:33:07 -0600 commented answer How to use KNearest in java?

because im planning to train rgb values and compare it with the capture image rgb values. is it possible ?

2018-02-01 06:56:13 -0600 commented answer How to use KNearest in java?

Hi. Can i train data using arraylist?