Module: OpenCV::Cv::Ipp
- Defined in:
- lib/ropencv/ropencv_types.rb
Overview
Note:
namespace wrapper for cv::ipp
Class Method Summary collapse
- .get_ipp_version ⇒ Std::String (also: getIppVersion)
- .set_useipp(flag) ⇒ Void (also: setUseIPP)
- .set_useipp_not_exact(flag) ⇒ Void (also: setUseIPP_NotExact)
- .useipp ⇒ Bool (also: useIPP)
- .useipp_not_exact ⇒ Bool (also: useIPP_NotExact)
Class Method Details
.get_ipp_version ⇒ Std::String Also known as: getIppVersion
Note:
wrapper for static method const std::string cv::ipp::getIppVersion()
25123 25124 25125 |
# File 'lib/ropencv/ropencv_types.rb', line 25123 def self.get_ipp_version() Rbind::cv_ipp_get_ipp_version() end |
.set_useipp(flag) ⇒ Void Also known as: setUseIPP
Note:
wrapper for static method void cv::ipp::setUseIPP(bool flag)
25116 25117 25118 |
# File 'lib/ropencv/ropencv_types.rb', line 25116 def self.set_useipp(flag) Rbind::cv_ipp_set_useipp(flag) end |
.set_useipp_not_exact(flag) ⇒ Void Also known as: setUseIPP_NotExact
Note:
wrapper for static method void cv::ipp::setUseIPP_NotExact(bool flag)
25138 25139 25140 |
# File 'lib/ropencv/ropencv_types.rb', line 25138 def self.set_useipp_not_exact(flag) Rbind::cv_ipp_set_useipp_not_exact(flag) end |
.useipp ⇒ Bool Also known as: useIPP
Note:
wrapper for static method bool cv::ipp::useIPP()
25108 25109 25110 |
# File 'lib/ropencv/ropencv_types.rb', line 25108 def self.useipp() Rbind::cv_ipp_useipp() end |
.useipp_not_exact ⇒ Bool Also known as: useIPP_NotExact
Note:
wrapper for static method bool cv::ipp::useIPP_NotExact()
25130 25131 25132 |
# File 'lib/ropencv/ropencv_types.rb', line 25130 def self.useipp_not_exact() Rbind::cv_ipp_useipp_not_exact() end |