Ask Your Question

Programming_Enthusiast's profile - activity

2019-02-21 03:57:45 -0600 commented question Classify a trajectory using SVM from freeman chain codes

Please explain a short algorithm,as to how you can apply SVM after resampling trajectory.Lets say,you after you have res

2019-02-21 03:40:06 -0600 commented question Classify a trajectory using SVM from freeman chain codes

@berak: Ok lets say,I have resample my trajectory to 100 sample points. Then what would be your approach for classifying

2019-02-20 12:21:49 -0600 commented question Classify a trajectory using SVM from freeman chain codes

@sjhalayka: I would be glad,if you can let me know,as to how,one can apply SVM classifier with the known freeman chain c

2019-02-20 01:01:02 -0600 commented question Classify a trajectory using SVM from freeman chain codes

@sjhalayka: No, They do not have same number of points. Also, each of the trajectory can vary in translation,rotation an

2019-02-19 17:34:01 -0600 asked a question Classify a trajectory using SVM from freeman chain codes

Classify a trajectory using SVM from freeman chain codes Hi, Lets assume, I have set of testing trajectories (set of 2

2019-01-07 05:20:18 -0600 commented answer Query regarding Canny Edge Detector - openCv

So,if I use 'findContours()' method, I can get the contours array and then understand the number of entities in the Imag

2019-01-07 03:21:24 -0600 asked a question Query regarding Canny Edge Detector - openCv

Query regarding Canny Edge Detector - openCv Hi, I have the following code: import cv2 import numpy as np from matplot

2018-11-14 08:03:37 -0600 commented question Training a CNN with openCv using C++

@berak: Please do provide some sample code for Lenet. I would be glad,if you can clearly explain,how I can use !

2018-11-14 07:54:12 -0600 commented question Training a CNN with openCv using C++

@LBerger: Thanks Mate! I guess,they are considering training the data directly from Images right?

2018-11-14 07:17:33 -0600 commented question Training a CNN with openCv using C++

Ok :(..Please atleast provide some sample code for python please! I would try out with my data..

2018-11-14 07:08:03 -0600 received badge  Commentator
2018-11-14 07:08:03 -0600 commented question Training a CNN with openCv using C++

@berak: Do you recommend using tensorflow? I tried a lot, but I did not find any kind of help,for implementing CNN in C+

2018-11-14 06:45:51 -0600 commented question Training a CNN with openCv using C++

@berak: Please do help!

2018-11-14 06:45:41 -0600 received badge  Editor (source)
2018-11-14 06:45:41 -0600 edited question Training a CNN with openCv using C++

Training a CNN with openCv using C++ Hi, I have basically a set of 2D Points. So, lets say, I consider a big 200x200 Ma

2018-11-14 06:45:18 -0600 asked a question Training a CNN with openCv using C++

Training a CNN with openCv using C++ Hi, I have basically a set of 2D Points. So, lets say, I consider a big 200x200 Ma

2018-11-13 11:13:11 -0600 asked a question Creating Polylines from a set of 2D Points and then resizing the Image to be of size 32x32

Creating Polylines from a set of 2D Points and then resizing the Image to be of size 32x32 Hi, I have a set of 2D Point

2018-11-04 07:46:21 -0600 commented question Constructing a very simple neural network inorder to train Contour Images and predict the classification

@Der Luftmensch: Mate, I would be really glad,if you could provide me some refrence for training out something. Thanks

2018-11-03 22:50:40 -0600 commented question Constructing a very simple neural network inorder to train Contour Images and predict the classification

@Der Luftmensch: Nope mate,I am not dismissing any of your ideas! Could you please provide some sample codes for my prob

2018-11-03 22:49:14 -0600 received badge  Enthusiast
2018-11-02 17:43:31 -0600 commented question Constructing a very simple neural network inorder to train Contour Images and predict the classification

@Der Luftmensch: There are many problems with building the model with contours.Because, each of my contour has different

2018-11-02 10:15:35 -0600 commented question Constructing a very simple neural network inorder to train Contour Images and predict the classification

Thanks a lot! I will look into it! Please suggest some some basic code,which can work correctly in my case. I will try t

2018-11-02 09:06:19 -0600 asked a question Constructing a very simple neural network inorder to train Contour Images and predict the classification

Constructing a very simple neural network inorder to train Contour Images and predict the classification Hi, I have som

2018-11-01 07:05:33 -0600 commented question Writing your own freeman chain code without using openCv

@berak: I am resampling my data like this; 1) In case, my contour consists of 30 points and I need to resample it to 50

2018-10-31 10:51:31 -0600 commented question Writing your own freeman chain code without using openCv

@berak: Please do provide a code,which does resampling for a given Number.

2018-10-31 10:17:58 -0600 commented question Writing your own freeman chain code without using openCv

Regarding resampling,could you share some other good function.The function used in 1$ Code is really bad and gives dupli

2018-10-31 10:07:42 -0600 commented question Writing your own freeman chain code without using openCv

right.So,now,I dont have to rescale to image coordinates.I will remove that line. Yes,To take care of rotation,I use PCA

2018-10-31 09:38:48 -0600 commented question Writing your own freeman chain code without using openCv

Could you elaborate a bit more? our main aim is to get the same number of characters size,when we generate freeman chain

2018-10-31 09:29:26 -0600 commented question Writing your own freeman chain code without using openCv

yeah,thanks! Even the above procedure is fine right? Also, I have one query regarding your suggestion for yesterdays pro

2018-10-31 09:18:16 -0600 commented question Writing your own freeman chain code without using openCv

yeah,thanks! Even the above procedure is fine right? Also, I have one query regarding your suggestion for yesterdays pro

2018-10-31 09:11:36 -0600 commented question Writing your own freeman chain code without using openCv

yeah,thanks! Even the above procedure is fine right? Also, I have one query regarding your suggestion for yesterdays pro

2018-10-31 08:14:35 -0600 commented question Writing your own freeman chain code without using openCv

@berak: Could you please have a look at the above procedure and suggest changes.Thanks

2018-10-31 01:15:27 -0600 asked a question Writing your own freeman chain code without using openCv

Writing your own freeman chain code without using openCv Hi, Since the openCv freeman chain code is a bit ambiguous. I

2018-10-30 11:34:33 -0600 commented answer Unable to train SVM Model using a vector of 2D Points using openCv

ah okay! So,I can go ahead with the first one right?

2018-10-30 10:49:25 -0600 commented answer Unable to train SVM Model using a vector of 2D Points using openCv

Please,do not make it complicated.Lets just assume that, I have only 1 sample for each class.So, in that case,for assign

2018-10-30 10:49:07 -0600 commented answer Unable to train SVM Model using a vector of 2D Points using openCv

Please,do not make it complicated.Lets just assume that, I have only 1 sample for each class.So, in that case,for assign

2018-10-30 10:48:58 -0600 commented answer Unable to train SVM Model using a vector of 2D Points using openCv

Please,do not make it complicated.Lets just assume that, I have only 1 sample for each class.So, in that case,for assign

2018-10-30 10:46:53 -0600 commented answer Unable to train SVM Model using a vector of 2D Points using openCv

Please,do not make it complicated.Lets just assume that, I have only 1 sample for each class.So, in that case,for assign

2018-10-30 07:42:26 -0600 commented question Unable to train SVM Model using a vector of 2D Points using openCv

how about assigning Label? Could you once have a look at it and let me know I wrote like this: trainLabels.at<int>

2018-10-30 07:35:05 -0600 commented answer Unable to train SVM Model using a vector of 2D Points using openCv

trainLabels.at<int>( r, 0 ) = r; Is the line fine (or) do I need to assign Labels something differently?? Please

2018-10-30 07:34:57 -0600 commented answer Unable to train SVM Model using a vector of 2D Points using openCv

trainLabels.at<int>( r, 0 ) = r; Is the line fine (or) do I need to assign Labels something differently?? Please

2018-10-30 07:27:37 -0600 commented answer Unable to train SVM Model using a vector of 2D Points using openCv

Please look into it and let me know,if I am using SVM Properly.

2018-10-30 07:27:21 -0600 commented answer Unable to train SVM Model using a vector of 2D Points using openCv

for ( size_t c = 0; c < Tn.size(); c++ ) { testData.at<float>( 0, c * 2 ) =

2018-10-30 07:27:08 -0600 commented answer Unable to train SVM Model using a vector of 2D Points using openCv

for ( size_t c = 0; c < Tn.size(); c++ ) { testData.at<float>( 0, c * 2 ) = Tn.at(c

2018-10-30 07:26:58 -0600 commented answer Unable to train SVM Model using a vector of 2D Points using openCv

for ( size_t c = 0; c < Tn.size(); c++ ) { testData.at<float>( 0, c * 2 ) = Tn.at(c).x;

2018-10-30 07:26:45 -0600 commented answer Unable to train SVM Model using a vector of 2D Points using openCv

for ( size_t r = 0; r < trainingList.size(); r++ ) { for ( size_t c = 0; c < trainingList.at(r

2018-10-30 07:26:12 -0600 commented answer Unable to train SVM Model using a vector of 2D Points using openCv

This if my final revised code: void getSCMCategoryClass( std::vector<Point2d> Tn, std::vector<Point2d> R1n,

2018-10-30 07:16:36 -0600 commented answer Unable to train SVM Model using a vector of 2D Points using openCv

yeah,right.I changed it to FLOAT Now..But results are really bad in this case :(..I dont think, 1$'s normalize() functio

2018-10-30 07:13:15 -0600 commented answer Unable to train SVM Model using a vector of 2D Points using openCv

Really,wierd,I just changed my code..instead of "double",I used "float" dataType and it runs fine now!

2018-10-30 07:10:12 -0600 commented answer Unable to train SVM Model using a vector of 2D Points using openCv

not sure,why its happening, the MAT Size here is 3x390.In the first 'for loop' itself,it is going into excpetion. Wierd!