Ask Your Question

Soumya's profile - activity

2019-11-05 16:55:07 -0600 received badge  Student (source)
2019-11-05 16:41:13 -0600 commented question How to write a vector<cv::Mat> to a single file?

Upgrading to 4.1.2 fixed it. Thanks @sturkmen for all the help

2019-11-05 15:39:07 -0600 commented question How to write a vector<cv::Mat> to a single file?

Could you please send me the compiled version over email ? [email protected] Would be of great help

2019-11-05 15:36:56 -0600 commented question How to write a vector<cv::Mat> to a single file?

C:\Users\Soumya Mohanty>C:\toolkit\OpenCV32\opencv\build\x64\vc14\bin\opencv_version.exe 3.2.0

2019-11-05 15:35:05 -0600 commented question How to write a vector<cv::Mat> to a single file?

'opencv_version' is not recognized as an internal or external command, operable program or batch file. I am on windows

2019-11-05 15:28:43 -0600 commented question How to write a vector<cv::Mat> to a single file?

imshow works. I ran the code you gave I see 3 images and then the imwrite fails with message OpenCV Error: Assertion fa

2019-11-05 15:26:21 -0600 commented question How to write a vector<cv::Mat> to a single file?

What could be the issue then?

2019-11-05 15:13:43 -0600 commented question How to write a vector<cv::Mat> to a single file?

Emailed 50.tif, kindly check

2019-11-05 15:07:32 -0600 commented question How to write a vector<cv::Mat> to a single file?

Hi Strukmen I tried running your code using a tif file i had int main(int argc, char *argv[]) { // Change path to inp

2019-11-05 15:02:18 -0600 commented question How to write a vector<cv::Mat> to a single file?

My images are: cv::Mat polar(iPolarRows, iPolarColumns, CV_8UC1) Does the type have anything to do with the problem? I

2019-11-05 14:00:21 -0600 commented question How to write a vector<cv::Mat> to a single file?

This is what I tried: std::vector<cv::mat> xy_stack; cv::imreadmulti(input_file, xy_stack); cv::imwrite("file.ti

2019-11-05 14:00:20 -0600 commented question How to write a vector<cv::Mat> to a single file?

Hi, I tried imwrite but could not get it to work. Could you please give me an example

2019-11-05 11:53:05 -0600 asked a question How to write a vector<cv::Mat> to a single file?

How to write a vector<cv::mat> to a single file? Hello, I found a pull request https://github.com/opencv/opencv/p