Ask Your Question

Mihail's profile - activity

2016-06-13 16:12:32 -0600 received badge  Popular Question (source)
2016-01-24 00:37:31 -0600 received badge  Famous Question (source)
2016-01-24 00:37:31 -0600 received badge  Notable Question (source)
2016-01-24 00:37:31 -0600 received badge  Popular Question (source)
2012-10-10 11:56:09 -0600 received badge  Student (source)
2012-10-10 10:44:51 -0600 commented answer JPEG to TIFF

Thanks. I was looking for an easy and quick way, I mean, to do this thing with opencv not appeal to other library like tifflib

2012-10-10 10:38:28 -0600 received badge  Supporter (source)
2012-10-10 04:45:57 -0600 asked a question JPEG to TIFF

Hi,

How can I convert a JPEG file to a TIFF file ?

Thanks,

Mihai

2012-10-05 09:45:13 -0600 received badge  Editor (source)
2012-10-05 09:44:52 -0600 asked a question Vignetting efect

Hi,

How can apply vignetting effect on images in OpenCV ?

Thanks

2012-08-08 04:40:17 -0600 commented question How to Crop an image based on 4 point cordinates in adroid with openCV4Android

Thanks, I will use NDK to use what is done in C++.

2012-08-06 02:42:15 -0600 commented question How to Crop an image based on 4 point cordinates in adroid with openCV4Android

I am going to use Java and crop area is not rectangular

2012-08-03 09:24:39 -0600 asked a question How to Crop an image based on 4 point cordinates in adroid with openCV4Android

I am currently working on a project on Android and I need to crop an image based on 4 points:

  • (topLeftx, topLeftY),
  • (topRightX, topRightY),
  • (bottomLeftX, bottomLeftY),
  • (bottomRightX, bottomRightY)

with OpenCV4Android. How can I do that?