MCPcopy Create free account
hub / github.com/MasteringOpenCV/code / combineImagesResized

Function combineImagesResized

Chapter8_FaceRecognition/ImageUtils_0.7.cpp:1708–1832  ·  view source on GitHub ↗

Paste multiple images next to each other as a single image, for saving or displaying. Remember to free the returned image. Sample usage: cvSaveImage("out.png", combineImages(2, img1, img2) ); Modified by Shervin from the cvShowManyImages() function on the OpenCVWiki by Parameswaran. 'combineImagesResized()' will resize all images to 300x300, whereas 'combineImages()' doesn't resize the images at a

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

cvSizeFunction · 0.85
cvRectFunction · 0.85

Tested by

no test coverage detected