Ask Your Question

Evansf's profile - activity

2019-07-28 16:27:05 -0600 received badge  Popular Question (source)
2016-02-22 01:53:14 -0600 asked a question Can VideoWriter open a named pipe?

I can open a file named vid.avi using VideoWriter() but when I mkfifo vid.avi and then try to use "vid.avi" as the filename, it hangs. What gives?

2013-11-05 17:55:37 -0600 asked a question Indexed Color (palette color) in OpenCV??

The applyColorMap() function only allows enum maps to standard color maps. First of all, I need to be able to create my own and load it. What I REALLY need is support for a palette with the ability to provide my own palette. This must be a part of the image so that I can save a .png file and maintain the palettized image (not converted to RGB during the save). It astounds me that there is no support yet for indexed color images. Am I missing something?

2013-04-06 10:29:31 -0600 commented answer Where can I download to get a LOCAL copy of the documentation? My comcast service is so lame that I can't really use the online stuff.

Sorry but there is no there, there. I find a lot of files but nothing that will open. The files all have a py extension (I don't run python). There is one htm file for haartraining but if anything it just seems out of place. There are a few .txt files but nothing comprehensive. One Doxyfile.in is there but I don't run Doxy. There is no way that any of these files or the files in sub-folders are useful to me.

2013-04-06 10:24:31 -0600 received badge  Scholar (source)
2013-04-05 16:28:26 -0600 asked a question Where can I download to get a LOCAL copy of the documentation? My comcast service is so lame that I can't really use the online stuff.

I need a local copy of the OpenCV users manual and reference manual. Online only works if I'm online and that is often tenuous. To use the docs I need a local copy. Where can I get it?