VC VPAT Example

<< Click to Display Table of Contents >>

Navigation:  Image Manager > Example Applications > Visual C++ >

VC VPAT Example

 

Aim

The Common Vision Blox VC VPAT example demonstrates image manipulation using the 'Virtual Pixel Access Table' (VPAT).

 

Instructions

Load an image or image acquisition device (*.vin) using the 'Open Image' button.

Once an image is opened, selecting either 'Invert x-VPAT' or 'Invert y-VPAT' will invert the image horizontally or vertically respectively.

 

Location

Startmenu:        Common Vision Blox -> Image Manager-> Visual C++ -> VC VPAT Example

Path:        %CVB%Tutorial\Image Manager\VC\VCVPAT

 

Functions Used

LoadImageByDialog, 

GetIsGrabber, 

SetImage / GetImage, 

SetGrab / GetGrab , 

ImageWidth,

ImageHeight, 

GetImageVPA, 

Refresh