Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered Oct 4 '12

Rui Marques gravatar image

Opencv has no out-of-the box image effects like you want but has functions to help you create your own. Another function that you will find helpful is remap().

Maybe you find thse links interesting:

http://stackoverflow.com/q/1927145/1085483

http://en.wikipedia.org/wiki/Distortion_%28optics%29

click to hide/show revision 2
No.2 Revision

Opencv has no out-of-the box image effects like you want but has functions to help you create your own. Another function that you will find helpful is remap().

Maybe you find thse links interesting:

http://stackoverflow.com/q/1927145/1085483

http://en.wikipedia.org/wiki/Distortion_%28optics%29

EDIT:

Also take a look at this question:

http://answers.opencv.org/question/1860/effect-name-and-how-it-can-be-done/

click to hide/show revision 3
No.3 Revision

Opencv has no out-of-the box image effects like you want but has functions to help you create your own. Another function that you will find helpful is remap().

Maybe you find thse links interesting:

http://stackoverflow.com/q/1927145/1085483

http://en.wikipedia.org/wiki/Distortion_%28optics%29

EDIT:

More on remap():

http://docs.opencv.org/doc/tutorials/imgproc/imgtrans/remap/remap.html#remap

Also take a look at this question:

http://answers.opencv.org/question/1860/effect-name-and-how-it-can-be-done/

click to hide/show revision 4
No.4 Revision

Opencv has no out-of-the box image effects like you want but has functions to help you create your own. Another function that you will find helpful is remap().

Maybe you find thse these links interesting:

http://stackoverflow.com/q/1927145/1085483

http://en.wikipedia.org/wiki/Distortion_%28optics%29

EDIT:

More on remap():

http://docs.opencv.org/doc/tutorials/imgproc/imgtrans/remap/remap.html#remap

Also take a look at this question:

http://answers.opencv.org/question/1860/effect-name-and-how-it-can-be-done/

click to hide/show revision 5
No.5 Revision

Opencv has no out-of-the box image effects like you want but has functions to help you create your own. Another function that you will find helpful is remap().

Maybe you find these links interesting:

http://stackoverflow.com/q/1927145/1085483

http://en.wikipedia.org/wiki/Distortion_%28optics%29

EDIT:

More on remap():

http://docs.opencv.org/doc/tutorials/imgproc/imgtrans/remap/remap.html#remap

Also take a look at this question:

http://answers.opencv.org/question/1860/effect-name-and-how-it-can-be-done/

And this one (more info about remap, etc):

http://answers.opencv.org/question/565/non-rigid-stitching-functions/