Many
Manuals
search
Kategorien
Marken
Startseite
Cirrus Logic
Software
CS485
Spezifikationen
Cirrus Logic CS485 Spezifikationen Seite 154
Herunterladen
Teilen
Teilen
Zu meinen Handbüchern hinzufügen
Drucken
Seite
/
319
Inhaltsverzeichnis
LESEZEICHEN
Bewertet
.
/ 5. Basierend auf
Kundenbewertungen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
This pag
e
is left blank
for double-sided pri
nting
This pag
e
is left blank
for double-sided pri
nting
1
2
...
149
150
151
152
153
154
155
156
157
158
159
...
318
319
Image Processing
1
How to Use This Online Manual
2
Image Processing Library
3
Reference Manual
3
Chapter3 ErrorHandling
6
Chapter 6 Image Filtering
9
Chapter7LinearImageTransforms
10
Chapter9ColorSpaceConversion
10
Contents
11
Examples
17
Overview
19
ManualOrganization
20
Function Descriptions
22
Audience for This Manual
22
NotationalConventions
23
Naming Conventions
24
Function Name Conventions
24
X-Y Argument Order Convention
25
Image Architecture
27
Color Models
27
Data Types and Palettes
28
Table 2-1 Data Ordering
29
Coordinate Systems
30
Image Regions of Interest
30
SetROI()
31
Input image Output image
32
Alpha (Opacity) Channel
33
Scanline Alignment
33
Image Dimensions
33
Execution Architecture
34
Image Tiling
34
Tile Size
35
Call-backs
35
ROI and Tiling
36
Error Handling
37
Error-handling Functions
38
GetErrStatus
39
SetErrStatus
39
GetErrMode
40
SetErrMode
40
ErrorStr
41
RedirectError
42
NullDevReport
43
StdErrReport
43
GuiBoxReport
43
ErrorMacros
45
Status Codes
46
Channel1U
47
Application Notes
48
Error Handling Example
49
Adding Your Own Error Handler
51
ImageCreationandAccess
55
Functions (continued)
56
Image Header and Attributes
58
OSD05559
60
IplImage Structure Definition
61
IplTileInfo Structure
62
CreateImageHeader
63
DeallocateImage
69
CloneImage
69
Deallocate
70
CheckImageHeader
71
CreateImageJaehne
72
Setting Regions of Interest
74
CreateROI
75
DeleteROI
75
SetBorderMode
77
CreateTileInfo
79
SetTileInfo
80
DeleteTileInfo
80
Memory Allocation Functions
81
Set, SetFP
85
Image Creation and Access
87
Exchange
89
Example 4-6 Converting Images
91
PutPixel
92
GetPixel
92
NoiseImage
96
NoiseUniformInit
97
NoiseUniformInitFp
97
NoiseGaussianInit
98
NoiseGaussianInitFp
98
TranslateDIB
101
ConvertFromDIB
104
ConvertFromDIBSep
107
ConvertToDIB
108
ConvertToDIBSep
109
Discussion
110
Image Arithmetic and Logical
111
Operations
111
AddS, AddSFP
113
SubtractS, SubtractSFP
114
MultiplyS, MultiplySFP
114
MultiplySScale
115
Dyadic Arithmetic Operations
117
Subtract
118
Multiply
118
MultiplyScale
119
Monadic Logical Operations
120
Dyadic Logical Operations
124
AlphaComposite
128
AlphaCompositeC
128
IPL_COMPOSITE_OVER
133
PreMultiplyAlpha
134
Image Filtering
135
Linear Filters
136
2D Convolution
137
CreateConvKernelFP
139
GetConvKernelFP
140
DeleteConvKernel
142
DeleteConvKernelFP
142
Convolve2D
142
Convolve2DFP
142
FixedFilter
146
Return Value
148
MedianFilter
149
ColorMedianFilter
151
MaxFilter
152
MinFilter
153
Linear Image Transforms
155
RealFft2D
158
CcsFft2D
161
MpyRCPack2D
162
Morphological Operations
167
See Also
172
Color Space Conversion
175
ReduceBits
177
Output image
180
BitonalToGray
181
ColorToGray
182
GrayToColor
183
Conversion of Color Models
184
RGB2YCrCb
190
YCrCb2RGB
190
Using Color-Twist Matrices
192
CreateColorTwist
193
SetColorTwist
194
ApplyColorTwist
195
DeleteColorTwist
196
ColorTwistFP
197
Functions
199
Threshold
200
The IplLUT Structure
203
ConstrastStretch
205
(continued)
206
ComputeHisto
207
HistoEqualize
208
Comparing Images
210
EqualFPEps
214
GreaterS
215
GreaterSFP
216
EqualSFP
220
EqualSFPEps
221
Geometric Transforms
223
Changing the Image Size
225
Decimate
227
DecimateBlur
228
GetRotateShift
233
WarpAffine
239
GetAffineBound
240
GetAffineQuad
240
GetAffineTransform
241
WarpBilinear
242
WarpBilinearQ
242
GetBilinearBound
244
GetBilinearQuad
244
GetBilinearTransform
245
WarpPerspectiveQ
246
WarpPerspective
246
GetPerspectiveBound
248
GetPerspectiveQuad
248
GetPerspectiveTransform
249
Arbitrary Transforms
250
Image Norms
254
Image Moments
257
GetSpatialMoment
258
GetCentralMoment
259
GetNormalizedSpatialMoment
259
GetNormalizedCentralMoment
260
SpatialMoment
261
CentralMoment
261
NormalizedSpatialMoment
262
NormalizedCentralMoment
263
Cross-Correlation
264
NormCrossCorr
265
MinMaxFP
266
User Defined Functions
267
UserFunc
268
UserFuncFP
269
UserFuncPixel
270
UserProcess
271
UserProcessFP
273
UserProcessPixel
274
LibraryVersion
277
GetLibVersion
277
ReturnValue
277
Supported Image Attributes
279
Input and output images
282
Compare functions
284
Processing
285
= IPL_INTER_NN)
287
= IPL_INTER_LINEAR)
287
= IPL_INTER_CUBIC)
287
= IPL_INTER_SUPER)
287
Mathematical Notation
289
Linear Interpolation
289
IPL_INTER_LINEAR
290
Cubic Interpolation
291
Super-Sampling
292
Bibliography
295
Biblio-2
296
Glossary
297
Glossary-2
298
Glossary-3
299
ColorToGray in Chapter 9
299
Glossary-4
300
Glossary-5
301
Kommentare zu diesen Handbüchern
Keine Kommentare
Publish
Dokument drucken
Seite drucken 154
Kommentare zu diesen Handbüchern