MCPcopy Create free account

hub / github.com/chyh1990/imageproc / functions

Functions103 in github.com/chyh1990/imageproc

↓ 33 callersMethodheight
(&self)
src/image.rs:373
↓ 30 callersMethodwidth
(&self)
src/image.rs:370
↓ 14 callersMethodrow
(&self, r: u32)
src/image.rs:420
↓ 14 callersMethodrow_mut
(&mut self, r: u32)
src/image.rs:426
↓ 7 callersMethoditer
(&self)
src/image.rs:448
↓ 7 callersMethoditer_mut
(&mut self)
src/image.rs:457
↓ 6 callersFunctionclip
(x: T, min: T, max: T)
src/math/utils.rs:16
↓ 6 callersFunctionclipped_round
(x: f32, min: i32, max: i32)
src/math/utils.rs:4
↓ 5 callersMethodraw
(&self)
src/image.rs:394
↓ 4 callersMethodbr
(&self)
src/geo/rect.rs:33
↓ 4 callersMethodraw_mut
(&mut self)
src/image.rs:399
↓ 3 callersMethodchannels
(&self)
src/image.rs:405
↓ 3 callersMethodfill
(&mut self, v: &T)
src/image.rs:431
↓ 2 callersMethodbits_per_pixel
(&self)
src/image.rs:410
↓ 2 callersMethodbytes_per_row
(&self)
src/image.rs:415
↓ 2 callersMethodclone
(&self)
src/image.rs:486
↓ 2 callersFunctionfrom_raw
(np: *mut c_void)
src/imageio/freeimageio.rs:92
↓ 2 callersMethodpitch
(&self)
src/image.rs:382
↓ 2 callersFunctionresize_bilinear
(src: &Image<T>, width: u32, height: u32)
src/transform.rs:34
↓ 2 callersFunctionresize_nearest
(src: &Image<T>, width: u32, height: u32)
src/transform.rs:14
↓ 2 callersFunctionrotate_cw180
(src: &Image<T>)
src/transform.rs:222
↓ 2 callersFunctionrotate_cw270
(src: &Image<T>)
src/transform.rs:235
↓ 2 callersFunctionrotate_cw90
(src: &Image<T>)
src/transform.rs:210
↓ 2 callersFunctionrun
(cmd: &mut Command)
build.rs:13
↓ 2 callersFunctionsplit
(src: &Image<T>)
src/convert.rs:89
↓ 2 callersFunctionwarp_perspective
(src: &Image<T>, width: u32, height: u32, affine :&Affine2D, interp :InterplateType)
src/transform.rs:85
↓ 1 callersMethodapply_inv
(&self, raw: [f32; 3])
src/math/affine.rs:124
↓ 1 callersFunctionconv1d
(row: &[T], out: &mut [f32], kernel: &[f32])
src/conv.rs:9
↓ 1 callersFunctionconv2d_sep
(src: &Image<T>, kernelx: &[f32], kernely: &[f32])
src/conv.rs:23
↓ 1 callersMethodfill_channel
(&mut self, ch_idx: usize, v: T::Subpixel)
src/image.rs:437
↓ 1 callersFunctionflip_horizontal
(src: &Image<T>)
src/transform.rs:131
↓ 1 callersFunctionflip_vertical
(src: &Image<T>)
src/transform.rs:121
↓ 1 callersFunctiongaussian_blur
(src: &Image<T>, kernel_width :usize, sigma: f32)
src/conv.rs:97
↓ 1 callersFunctiongaussian_kernel
(w: usize, sigma: f32)
src/conv.rs:75
↓ 1 callersFunctioninit
()
src/imageio/freeimageio.rs:84
↓ 1 callersMethodintersect
(&self, r: &Rect<T>)
src/geo/rect.rs:46
↓ 1 callersFunctionmake
()
build.rs:18
↓ 1 callersFunctionmax
(src: &Image<T>)
src/transform.rs:157
↓ 1 callersFunctionmerge
(src: &Vec<Image<Gray<P>>>)
src/convert.rs:112
↓ 1 callersFunctionmin
(src: &Image<T>)
src/transform.rs:141
↓ 1 callersFunctiontry_load_from_file
(path: &Path, bits :u8, ping: bool)
src/imageio/freeimageio.rs:119
Methodadd
(self, other: Point<T>)
src/geo/point.rs:31
Methodaffine_from_points
(src: &[Pointf], dst: &[Pointf])
src/math/affine.rs:37
Methodapply
(&self, raw: [f32; 3])
src/math/affine.rs:116
Methodarea
(&self)
src/geo/rect.rs:25
Methodcontains
(&self, p: &Point<T>)
src/geo/rect.rs:37
Functionconvert
(src: &Image<M::SrcType>)
src/convert.rs:76
Methoddiv
(self, _rhs: T)
src/geo/point.rs:64
Methoddrop
(&mut self)
src/image.rs:480
Methodfmt
(&self, f: &mut fmt::Formatter)
src/geo/rect.rs:60
Methodfmt
(&self, f: &mut fmt::Formatter)
src/geo/point.rs:23
Methodfrom_gray
(gray: T)
src/image.rs:37
Methodfrom_mat
(t: Mat3<f32>)
src/math/affine.rs:11
Methodindex
(&self, _index: (u32, u32))
src/image.rs:500
Methodindex_mut
(&mut self, _index: (u32, u32))
src/image.rs:509
Methodis_gray
(&self)
src/image.rs:46
Functionmain
()
build.rs:22
Functionmain
()
examples/perf.rs:16
Methodmap_point
(&self, src: Pointf)
src/math/affine.rs:102
Methodmap_point_inv
(&self, src: Pointf)
src/math/affine.rs:109
Methodmul
(self, _rhs: T)
src/geo/point.rs:55
Methodneg
(self)
src/geo/point.rs:47
Methodnew
(b: T, g: T, r: T, a: T)
src/image.rs:28
Methodnew
(x: T, y: T, w: T, h: T)
src/geo/rect.rs:16
Methodnew
(x: T, y: T)
src/geo/point.rs:14
Methodnext
(&mut self)
src/image.rs:543
Methodnonreflect_similarity_from_points
(src: &[Pointf], dst: &[Pointf])
src/math/affine.rs:67
Functionnormalize
(src: &Image<U>, alpha: f32, beta: f32)
src/transform.rs:173
Methodping_from_path
(path: &Path)
src/imageio/freeimageio.rs:250
Methodpixels
(&self)
src/image.rs:385
Methodpixels_mut
(&mut self)
src/image.rs:390
Functionresize
(src: &Image<T>, width: u32, height: u32, interp: InterplateType)
src/transform.rs:78
Functionrotate
(src: &Image<T>, rtype: RotateType)
src/transform.rs:246
Functionsave_raw_to_file
(p: *mut c_void, path: &Path, src_bits: u8, format: ImageFormat)
src/imageio/freeimageio.rs:185
Methodset_alpha
(&mut self)
src/image.rs:473
Methodsize
(&self)
src/image.rs:376
Methodsolve_affine
(A: DMat<f32>, b: DVec<f32>)
src/math/affine.rs:23
Methodstride
(&self)
src/image.rs:379
Methodsub
(self, other: Point<T>)
src/geo/point.rs:39
Functiontest_affine
()
src/math/affine.rs:138
Functiontest_alloc
()
src/image.rs:609
Functiontest_bgra_to_gray
()
src/convert.rs:142
Functiontest_conv1d
()
src/conv.rs:112
Functiontest_conv2d_sep
()
src/conv.rs:122
Functiontest_convert
()
src/convert.rs:159
Functiontest_flip
()
src/transform.rs:301
Functiontest_iter
()
src/image.rs:619
Functiontest_load
()
src/imageio/freeimageio.rs:282
Functiontest_noreflect
()
src/math/affine.rs:146
Functiontest_ops
()
src/geo/rect.rs:71
Functiontest_ops
()
src/geo/point.rs:75
Functiontest_ping
()
src/imageio/freeimageio.rs:303
Functiontest_pixel_size
()
src/image.rs:602
Functiontest_resize
()
src/transform.rs:266
Functiontest_rotate
()
src/transform.rs:315
Functiontest_save
()
src/imageio/freeimageio.rs:312
Functiontest_split_and_merge
()
src/convert.rs:166
Functiontest_traits
()
src/image.rs:631
Functiontest_warp
()
src/transform.rs:284
Methodtl
(&self)
src/geo/rect.rs:29
next →1–100 of 103, ranked by callers