Ask Your Question

noel's profile - activity

2018-12-27 21:39:01 -0600 commented question Stream to remote server

The way I've done this in the past is using RTP. First, compress the video using H.264 then pack the data into an RTP pa

2018-12-27 20:28:16 -0600 commented question Injective function of RGB

What is the bigger goal here? There might be a better way to solve it.

2018-12-27 19:25:05 -0600 commented question when i run objectDetection tutorial, i get a 'No Camera' on my output window

Maybe you are trying to open the wrong device. Try changing the device number that you pass to VideoCapture() it's not a

2018-12-27 19:22:08 -0600 commented question How do I detect vertices of an approximated polygon?

Can you provide some code? If you are using findContours then all your points are there in a vector already and you can

2018-12-27 19:18:39 -0600 commented question How do I detect vertices of an approximated polygon?

Can you provide some code? If you are using findContours then all your points are there in a vector already an dyou can

2018-12-27 19:11:56 -0600 answered a question Accuracy of Human Detection with 360 Camera

I've never actually done this, but here's what I would do. In order to account for distortion you must find the intrinsi

2018-12-27 17:32:26 -0600 edited question Convert Image Points to Azimuth and Elevation

Convert Image Points to Azimuth and Elevation I'm tracking objects in an image and I want to record each point, but I wa

2018-12-27 17:31:57 -0600 asked a question Convert Image Points to Azimuth and Elevation

Convert Image Points to Azimuth and Elevation I'm tracking objects in an image and I want to record each point, but I wa

2018-12-27 17:19:45 -0600 edited answer OpenCV + Astropy + FITS Unrecognized or Unsupported Array Type

I found the solution. My image array had the number of color channels as the first element like this (1, 480, 640) in ot

2018-12-27 17:19:06 -0600 edited answer OpenCV + Astropy + FITS Unrecognized or Unsupported Array Type

I found the solution. My image array had the color channel as the first element like this (1, 480, 640) in other words i

2018-12-27 16:40:57 -0600 commented question OpenCV + Astropy + FITS Unrecognized or Unsupported Array Type

@LBerger My understanding of numpy slicing leaves a lot to be desired what does this do? Also, I found the solution: my

2018-12-27 12:26:27 -0600 commented question OpenCV + Astropy + FITS Unrecognized or Unsupported Array Type

@berak the img variable is a numpy array

2018-12-27 12:13:32 -0600 edited question OpenCV + Astropy + FITS Unrecognized or Unsupported Array Type

OpenCV + Astropy + FITS Unrecognized or Unsupported Array Type I'm trying to read a FITS image file and display it using

2018-12-27 12:08:30 -0600 received badge  Editor (source)
2018-12-27 12:08:30 -0600 edited question OpenCV + Astropy + FITS Unrecognized or Unsupported Array Type

OpenCV + Astropy Unrecognized or Unsupported Array Type I'm trying to read a FITS image file and display it using imsho

2018-12-27 11:59:19 -0600 asked a question OpenCV + Astropy + FITS Unrecognized or Unsupported Array Type

OpenCV + Astropy Unrecognized or Unsupported Array Type I'm trying to read a FITS image file and display it using imsho