Ask Your Question

Caseguy's profile - activity

2018-10-28 12:45:16 -0600 commented question How do i autosize an image so that i do not get IndexError: index 303 is out of bounds for axis 0 with size 303

It displays what i want, why is it wrong it displays the corret thing i need. I didn't quiet get what you meant sorry

2018-10-28 09:40:27 -0600 edited question How do i autosize an image so that i do not get IndexError: index 303 is out of bounds for axis 0 with size 303

How do i autosize an image so that i do not get IndexError: index 303 is out of bounds for axis 0 with size 303 Whenever

2018-10-28 09:40:14 -0600 edited question How do i autosize an image so that i do not get IndexError: index 303 is out of bounds for axis 0 with size 303

How do i autosize an image so that i do not get IndexError: index 303 is out of bounds for axis 0 with size 303 Whenever

2018-10-28 09:15:54 -0600 asked a question How do i autosize an image so that i do not get IndexError: index 303 is out of bounds for axis 0 with size 303

How do i autosize an image so that i do not get IndexError: index 303 is out of bounds for axis 0 with size 303 Whenever

2018-10-23 03:54:28 -0600 commented question C++ to python, numpy-OpenCv

https://pastebin.com/d6EC2rQD Line 43

2018-10-23 03:35:44 -0600 commented question C++ to python, numpy-OpenCv

Will do that.

2018-10-23 03:28:27 -0600 commented question C++ to python, numpy-OpenCv

I saw [Deleted], so i del it. IndexError: only integers, slices (`:`), ellipsis (`...`), numpy.newaxis (`None`) and int

2018-10-23 03:22:54 -0600 asked a question C++ to python, numpy-OpenCv

C++ to python, numpy-OpenCv How can i convert this line into python code Mat out = Mat::ones(src.rows+maxYOffset, src.

2018-10-21 09:22:21 -0600 commented question C++ opencv to python opencv

changed the tag

2018-10-21 03:41:09 -0600 received badge  Organizer (source)
2018-10-20 20:15:21 -0600 asked a question C++ opencv to python opencv

C++ opencv to python opencv HI, I have trouble figuring out what this translates into in python Mat out = Mat::ones

2018-10-20 15:12:27 -0600 received badge  Enthusiast
2018-10-18 08:17:59 -0600 commented answer openCv - C++ to python

Im so despret right now, i really wana do this, but my mind cant comprehend it :(. Trying to copy paste but that does no

2018-10-18 07:52:38 -0600 commented answer openCv - C++ to python

What i have done so far in python to make image shear: https://pastebin.com/unjgzLh4 , i can see that the shear point ha

2018-10-18 07:52:16 -0600 commented answer openCv - C++ to python

What i have done so far in python to make image shear, i can see that the shear point have changed, but i really don't k

2018-10-18 07:51:05 -0600 commented answer openCv - C++ to python

What i have done so far in python to make image shear, i can see that the shear point have changed, but i really don't k

2018-10-18 07:50:43 -0600 commented answer openCv - C++ to python

What i have done so far in python to make image shear, i can see that the shear point have changed, but i really don't k

2018-10-18 07:48:16 -0600 commented answer openCv - C++ to python

The code is not mine but the only lines that i do not understand was the out.at<uchar>(r, c) = src.at<uchar>

2018-10-18 01:19:48 -0600 commented answer How to do shear transformation

Is there a way to convert that code to python ? :D

2018-10-18 00:38:59 -0600 commented answer openCv - C++ to python

The code you have made makes a total white image. The code that i tried to convert to python is this which will help sh

2018-10-17 16:53:40 -0600 asked a question openCv - C++ to python

openCv - C++ to python is there anyway to convert this out.at<uchar>(r, c) = src.at<uchar>(r1, c1); into py

2018-10-17 16:40:28 -0600 commented question How to do shear transformation Python

I do not understand much of that :/ sorry

2018-10-17 13:48:50 -0600 commented question How to do shear transformation Python

Hate it, i have to make the algortihm before 26th okt :D

2018-10-17 12:56:06 -0600 commented question How to do shear transformation Python

that i do not know to do. I'm in this big dilemma, i have to learn opencv and python at the same time, and python is so

2018-10-17 12:38:28 -0600 commented question How to do shear transformation Python

What can i do to get the help i need ?

2018-10-17 12:35:40 -0600 received badge  Editor (source)
2018-10-17 12:35:40 -0600 edited question How to do shear transformation Python

How to do shear transformation Python Working on making a shear algoritme pixel by pixel. i have the basic math which

2018-10-17 12:35:06 -0600 asked a question How to do shear transformation Python

How to do shear transformation Python Working on making a shear algoritme pixel by pixel. i have the basic math which

2018-10-16 17:53:22 -0600 asked a question How to make a shear algorithm using opencv and python no libraries

How to make a shear algorithm using opencv and python no libraries Hi i'm trying to make a shear algorithm in python wit

2018-10-16 17:53:21 -0600 answered a question How to do shear transformation

Hi are you familir with python theodore