Ask Your Question

Sandeep Kumar's profile - activity

2019-11-13 22:36:45 -0600 commented answer error: use of undeclared identifier 'cv'

I have cloned https://github.com/opencv/opencv to my online jupyter and then selected C++ as my kernel, still I am getti

2019-11-13 09:51:06 -0600 commented answer error: use of undeclared identifier 'cv'

Hello Berak, we can run c++ code in online Jupyter that supports c++ code. You can try online jupyter. It has also suppo

2019-11-13 09:50:44 -0600 commented answer error: use of undeclared identifier 'cv'

Hello Berak, we can run c++ code in online Jupyter that supports c++ code. You can try online jupyter. t has also suppor

2019-11-13 02:56:37 -0600 received badge  Editor (source)
2019-11-13 02:56:37 -0600 edited question error: use of undeclared identifier 'cv'

error: use of undeclared identifier 'cv' When I am trying to run VARLBP.cpp from https://github.com/carolinepacheco/lbpl

2019-11-13 02:56:02 -0600 asked a question error: use of undeclared identifier 'cv'

error: use of undeclared identifier 'cv' When I am trying to run VARLBP.cpp from https://github.com/carolinepacheco/lbpl

2019-11-13 02:55:20 -0600 commented question Different variants of Local binary pattern of image

When I am trying to run VARLBP.cpp from https://github.com/carolinepacheco/lbplibrary in online jupyter notebook using #

2019-11-09 02:07:28 -0600 received badge  Enthusiast
2019-11-08 19:10:25 -0600 asked a question Different variants of Local binary pattern of image

Different variants of Local binary pattern of image I want to implement different variants of Local binary pattern of im

2019-11-02 05:40:15 -0600 commented answer Appending local binary pattern of image (having 200 channels) taken over 3 channels at a time

How can we check the Border conditions?

2019-11-02 03:29:52 -0600 commented answer Appending local binary pattern of image (having 200 channels) taken over 3 channels at a time

Thank you Berak. I have successfully executed the above code. It is working.

2019-11-02 02:58:01 -0600 commented question Appending local binary pattern of image (having 200 channels) taken over 3 channels at a time

I have used a code which is available in github which works for image of 3 channels. My intention is to append all the

2019-11-02 02:42:49 -0600 commented question Appending local binary pattern of image (having 200 channels) taken over 3 channels at a time

I am getting the img_lbp_appended as numpy array with zero values.

2019-11-02 01:26:28 -0600 asked a question Appending local binary pattern of image (having 200 channels) taken over 3 channels at a time

Appending local binary pattern of image (having 200 channels) taken over 3 channels at a time C:\fakepath\opencv_Code_do

2019-10-24 01:13:23 -0600 commented question Getting error: OpenCV(3.4.3) /io/opencv/modules/imgproc/src/color.hpp:257 error

LBP outputs are the features which will be fed to deep learning technique for classification.

2019-10-24 01:13:01 -0600 answered a question Getting error: OpenCV(3.4.3) /io/opencv/modules/imgproc/src/color.hpp:257 error

what are you trying to do with the lbp image later ? LBP outputs are the features which will be fed to deep learning te

2019-10-23 22:58:06 -0600 commented question Getting error: OpenCV(3.4.3) /io/opencv/modules/imgproc/src/color.hpp:257 error

Hi Berak. Can you please go through the code given in the GitHub link text for colour image. Please suggest an appropri

2019-10-23 21:37:30 -0600 answered a question Getting error: OpenCV(3.4.3) /io/opencv/modules/imgproc/src/color.hpp:257 error

Hi Berak. Can you please go through the code given in the GitHublink text for colour image. Please suggest an appropri

2019-10-22 23:26:22 -0600 commented question Getting error: OpenCV(3.4.3) /io/opencv/modules/imgproc/src/color.hpp:257 error

Hi berak, I am not getting any error and able to execute by modifying the code as below img_bgr=pcdata.astype(dtype=np.u

2019-10-22 20:40:05 -0600 commented question Getting error: OpenCV(3.4.3) /io/opencv/modules/imgproc/src/color.hpp:257 error

Hi berak, I am not getting any error and able to execute by modifying the code as below img_bgr=pcdata.astype(dtype=np.u

2019-10-22 12:08:14 -0600 commented question Getting error: OpenCV(3.4.3) /io/opencv/modules/imgproc/src/color.hpp:257 error

Please find the code in this link. https://colab.research.google.com/drive/1Ce0XtHAC9WI4T665HghXZJ727ls1yO-M

2019-10-21 20:38:44 -0600 commented question Getting error: OpenCV(3.4.3) /io/opencv/modules/imgproc/src/color.hpp:257 error

Comment box is not sufficient for pasting the code. How can I share the code in .ipynb format to you. I am new to this f

2019-10-21 06:01:51 -0600 commented question Getting error: OpenCV(3.4.3) /io/opencv/modules/imgproc/src/color.hpp:257 error

link text

2019-10-21 05:54:56 -0600 commented question Getting error: OpenCV(3.4.3) /io/opencv/modules/imgproc/src/color.hpp:257 error

I tried the LBP code in Google colab. I applied it to Hyperspectral image which is of dimension 145x145x200. I reduced i

2019-10-21 02:20:48 -0600 asked a question Getting error: OpenCV(3.4.3) /io/opencv/modules/imgproc/src/color.hpp:257 error

Getting error: OpenCV(3.4.3) /io/opencv/modules/imgproc/src/color.hpp:257 error Hi, I tried to find the LBP(https://gith