Docs.rs
opencv-0.70.0
opencv 0.70.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
twistedfall
Dependencies
libc ^0.2
normal
num-traits ^0.2
normal
once_cell ^1
normal
rgb ^0.8.20
normal
matches ^0.1
dev
opencv-binding-generator ^0.48.0
build
cc ^1
build
clang ^2
build
dunce ^1
build
jobserver ^0.1
build
once_cell ^1
build
pkg-config ^0.3
build
semver ^1
build
shlex ^1
build
vcpkg ^0.2.9
build
Versions
17.39%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
PtrOfTwoPassStabilizer
Methods
as_raw_PtrOfTwoPassStabilizer
as_raw_mut_PtrOfTwoPassStabilizer
Trait Implementations
IFrameSource
IFrameSourceConst
StabilizerBase
StabilizerBaseConst
TwoPassStabilizerTrait
TwoPassStabilizerTraitConst
In opencv::types
?
Type Definition
opencv
::
types
::
PtrOfTwoPassStabilizer
source
·
[
−
]
pub type PtrOfTwoPassStabilizer =
Ptr
<
TwoPassStabilizer
>;
Implementations
source
impl
PtrOfTwoPassStabilizer
source
pub fn
as_raw_PtrOfTwoPassStabilizer
(&self) ->
*const
c_void
source
pub fn
as_raw_mut_PtrOfTwoPassStabilizer
(&mut self) ->
*mut
c_void
Trait Implementations
source
impl
IFrameSource
for
PtrOfTwoPassStabilizer
source
fn
as_raw_mut_IFrameSource
(&mut self) ->
*mut
c_void
source
fn
reset
(&mut self) ->
Result
<
()
>
source
fn
next_frame
(&mut self) ->
Result
<
Mat
>
source
impl
IFrameSourceConst
for
PtrOfTwoPassStabilizer
source
fn
as_raw_IFrameSource
(&self) ->
*const
c_void
source
impl
StabilizerBase
for
PtrOfTwoPassStabilizer
source
fn
as_raw_mut_StabilizerBase
(&mut self) ->
*mut
c_void
source
fn
set_log
(&mut self, ilog:
Ptr
<dyn
ILog
>) ->
Result
<
()
>
source
fn
set_radius
(&mut self, val:
i32
) ->
Result
<
()
>
source
fn
set_frame_source
(&mut self, val:
Ptr
<dyn
IFrameSource
>) ->
Result
<
()
>
source
fn
set_mask_source
(&mut self, val: &
Ptr
<dyn
IFrameSource
>) ->
Result
<
()
>
source
fn
set_motion_estimator
(
&mut self,
val:
Ptr
<dyn
ImageMotionEstimatorBase
>
) ->
Result
<
()
>
source
fn
set_deblurer
(&mut self, val:
Ptr
<dyn
DeblurerBase
>) ->
Result
<
()
>
source
fn
set_trim_ratio
(&mut self, val:
f32
) ->
Result
<
()
>
source
fn
set_correction_for_inclusion
(&mut self, val:
bool
) ->
Result
<
()
>
source
fn
set_border_mode
(&mut self, val:
i32
) ->
Result
<
()
>
source
fn
set_inpainter
(&mut self, val:
Ptr
<dyn
InpainterBase
>) ->
Result
<
()
>
source
impl
StabilizerBaseConst
for
PtrOfTwoPassStabilizer
source
fn
as_raw_StabilizerBase
(&self) ->
*const
c_void
source
fn
log
(&self) ->
Result
<
Ptr
<dyn
ILog
>>
source
fn
radius
(&self) ->
Result
<
i32
>
source
fn
frame_source
(&self) ->
Result
<
Ptr
<dyn
IFrameSource
>>
source
fn
mask_source
(&self) ->
Result
<
Ptr
<dyn
IFrameSource
>>
source
fn
motion_estimator
(&self) ->
Result
<
Ptr
<dyn
ImageMotionEstimatorBase
>>
source
fn
deblurrer
(&self) ->
Result
<
Ptr
<dyn
DeblurerBase
>>
source
fn
trim_ratio
(&self) ->
Result
<
f32
>
source
fn
do_correction_for_inclusion
(&self) ->
Result
<
bool
>
source
fn
border_mode
(&self) ->
Result
<
i32
>
source
fn
inpainter
(&self) ->
Result
<
Ptr
<dyn
InpainterBase
>>
source
impl
TwoPassStabilizerTrait
for
PtrOfTwoPassStabilizer
source
fn
as_raw_mut_TwoPassStabilizer
(&mut self) ->
*mut
c_void
source
fn
set_motion_stabilizer
(
&mut self,
val:
Ptr
<dyn
IMotionStabilizer
>
) ->
Result
<
()
>
source
fn
set_wobble_suppressor
(
&mut self,
val:
Ptr
<dyn
WobbleSuppressorBase
>
) ->
Result
<
()
>
source
fn
set_estimate_trim_ratio
(&mut self, val:
bool
) ->
Result
<
()
>
source
fn
reset
(&mut self) ->
Result
<
()
>
source
fn
next_frame
(&mut self) ->
Result
<
Mat
>
source
impl
TwoPassStabilizerTraitConst
for
PtrOfTwoPassStabilizer
source
fn
as_raw_TwoPassStabilizer
(&self) ->
*const
c_void
source
fn
motion_stabilizer
(&self) ->
Result
<
Ptr
<dyn
IMotionStabilizer
>>
source
fn
wobble_suppressor
(&self) ->
Result
<
Ptr
<dyn
WobbleSuppressorBase
>>
source
fn
must_estimate_trima_ratio
(&self) ->
Result
<
bool
>