
11.1
wxPropView
99
Figure 27: Mid-grey 12 bit pixel image and 8 bit display with 2 example shifts
In this particular case, the pixel will be brighter (as the most significant bits are 1’s). Perhaps you already recognized
it. Each shift means that each pixel value is multiplied or divided by 2 according to the direction.
Anyway, there is one restriction in the 8 bit display:
If the pixel value is greater than 255, the pixel value will be clipped to 255. To describe this from a programmer’s
view;
a
represents the pixel value:
a = ( a > 255 ) ? 255 : a
With
wxPropView
(p. 77) you can shift the bits in the display using the left and right arrow keys. Furthermore you
can turn on the monitor display to compare the images synchronously.
wxPropView - Bit-shifting an Image:
https://www.matrix-vision.com/tl_files/mv11/trainings/wxPropView/wx
←
-
PropView_Bit-shifting/index.html
11.1.1.11
Changing the view of the property grid to assist writing code that shall locate driver features
With
wxPropView
(p. 77) it is possible to switch the views between
"Standard View"
(user-friendly) and
"Developers
View"
. While the first (default) view will display the device drivers feature tree in a way that might be suitable for most
users of a GUI application it might present the features in a slightly different order as they actually are implemented
MATRIX VISION GmbH
Summary of Contents for mvBlueFOX
Page 1: ...mvBlueFOX Technical Manual...
Page 22: ...5 2 European Union Declaration of Conformity statement 15 MATRIX VISION GmbH...
Page 23: ...16 CONTENTS MATRIX VISION GmbH...
Page 24: ...5 3 Legal notice 17 5 3 Legal notice 5 3 1 For customers in the U S A MATRIX VISION GmbH...
Page 53: ...46 CONTENTS Figure 3 D Sub 9 pin male digital I O MATRIX VISION GmbH...
Page 117: ...110 CONTENTS MATRIX VISION GmbH...
Page 201: ...194 CONTENTS 20 1 5 2 Color version MATRIX VISION GmbH...
Page 202: ...20 1 mvBlueFOX Model 220 0 3 Mpix 640 x 480 195 20 1 5 3 Gray scale version MATRIX VISION GmbH...
Page 203: ...196 CONTENTS MATRIX VISION GmbH...
Page 211: ...204 CONTENTS MATRIX VISION GmbH...
Page 217: ...210 CONTENTS 20 3 5 2 Color version MATRIX VISION GmbH...
Page 219: ...212 CONTENTS MATRIX VISION GmbH...
Page 220: ...20 3 mvBlueFOX Model 221 0 8 Mpix 1024 x 768 213 MATRIX VISION GmbH...
Page 225: ...218 CONTENTS 20 4 5 2 Color version MATRIX VISION GmbH...
Page 227: ...220 CONTENTS MATRIX VISION GmbH...
Page 235: ...228 CONTENTS MATRIX VISION GmbH...