- ファイル block.hpp
- Use cudev instead.
- ファイル border_interpolate.hpp
- Use cudev instead.
- ファイル color.hpp
- Use cudev instead.
- ファイル common.hpp
- Use cudev instead.
- ファイル cuda/utility.hpp
- Use cudev instead.
- ファイル cuda_types.hpp
- Use cudev instead.
- メンバ cv::aruco::drawAxis (InputOutputArray image, InputArray cameraMatrix, InputArray distCoeffs, InputArray rvec, InputArray tvec, float length)
- use cv::drawFrameAxes
- メンバ cv::createStitcher (bool try_use_gpu=false)
- use Stitcher::create
- メンバ cv::createStitcherScans (bool try_use_gpu=false)
- use Stitcher::create
- メンバ cv::dnn::Layer::finalize (const std::vector< Mat > &inputs)
- Use Layer::finalize(InputArrayOfArrays, OutputArrayOfArrays) instead
- メンバ cv::dnn::Layer::finalize (const std::vector< Mat > &inputs, CV_OUT std::vector< Mat > &outputs)
- Use Layer::finalize(InputArrayOfArrays, OutputArrayOfArrays) instead
- メンバ cv::dnn::Layer::finalize (const std::vector< Mat * > &input, std::vector< Mat > &output)
- Use Layer::finalize(InputArrayOfArrays, OutputArrayOfArrays) instead
- メンバ cv::dnn::Layer::forward (std::vector< Mat * > &input, std::vector< Mat > &output, std::vector< Mat > &internals)
- Use Layer::forward(InputArrayOfArrays, OutputArrayOfArrays, OutputArrayOfArrays) instead
- メンバ cv::dnn::Layer::run (const std::vector< Mat > &inputs, CV_OUT std::vector< Mat > &outputs, CV_IN_OUT std::vector< Mat > &internals)
- This method will be removed in the future release.
- メンバ cv::dnn::LSTMLayer::setProduceCellOutput (bool produce=false)=0
- Use flag
use_timestamp_dim
in LayerParams.
- メンバ cv::dnn::LSTMLayer::setUseTimstampsDim (bool use=true)=0
- Use flag
produce_cell_output
in LayerParams.
- メンバ cv::dnn::LSTMLayer::setWeights (const Mat &Wh, const Mat &Wx, const Mat &b)=0
- Use LayerParams::blobs instead.
- メンバ cv::error (const Exception &exc)
- drop this version
- メンバ cv::estimateRigidTransform (InputArray src, InputArray dst, bool fullAffine)
- Use cv::estimateAffine2D, cv::estimateAffinePartial2D instead. If you are using this function with images, extract points using cv::calcOpticalFlowPyrLK and then use the estimation functions.
- メンバ cv::FileNode::FileNode (const FileStorage *fs, size_t blockIdx, size_t ofs)
-
- メンバ cv::getThreadNum ()
- Current implementation doesn't corresponding to this documentation.
- メンバ cv::linearPolar (InputArray src, OutputArray dst, Point2f center, double maxRadius, int flags)
- This function produces same result as cv::warpPolar(src, dst, src.size(), center, maxRadius, flags)
- メンバ cv::logPolar (InputArray src, OutputArray dst, Point2f center, double M, int flags)
- This function produces same result as cv::warpPolar(src, dst, src.size(), center, maxRadius, flags+WARP_POLAR_LOG);
- メンバ cv::ocl::Context::Context (int dtype)
-
- メンバ cv::ocl::Context::create (int dtype)
-
- メンバ cv::ocl::Context::create ()
-
- メンバ cv::ocl::initializeContextFromHandle (Context &ctx, void *platform, void *context, void *device)
-
- クラス cv::ocl::Platform
-
- メンバ cv::ocl::Platform::getDefault ()
-
- メンバ cv::text::loadOCRHMMClassifierCNN (const String &filename)
- use loadOCRHMMClassifier instead
- メンバ cv::text::loadOCRHMMClassifierNM (const String &filename)
- loadOCRHMMClassifier instead
- メンバ cv::TLSDataAccumulator< T >::gather (std::vector< T * > &data) const
- replaced by detachData()
- メンバ cv::TLSDataContainer::gatherData (std::vector< void * > &data) const
- use detachData() instead
- メンバ cv::v_signmask (const v_reg< _Tp, n > &a)
- v_signmask depends on a lane count heavily and therefore isn't universal enough
- メンバ cvCaptureFromAVI
- use cvCreateFileCapture() instead
- メンバ cvCaptureFromCAM
- use cvCreateCameraCapture() instead
- メンバ cvCaptureFromFile
- use cvCreateFileCapture() instead
- メンバ cvCreateAVIWriter
- use cvCreateVideoWriter() instead
- メンバ CvMat
- CvMat is now obsolete; consider using Mat instead.
- メンバ CvMatND
- consider using cv::Mat instead
- メンバ cvWriteToAVI
- use cvWriteFrame() instead
- ファイル datamov_utils.hpp
- Use cudev instead.
- ファイル dynamic_smem.hpp
- Use cudev instead.
- ファイル emulation.hpp
- Use cudev instead.
- ファイル filters.hpp
- Use cudev instead.
- ファイル funcattrib.hpp
- Use cudev instead.
- ファイル functional.hpp
- Use cudev instead.
- ファイル limits.hpp
- Use cudev instead.
- ファイル reduce.hpp
- Use cudev instead.
- ファイル saturate_cast.hpp
- Use cudev instead.
- ファイル scan.hpp
- Use cudev instead.
- ファイル simd_functions.hpp
- Use cudev instead.
- ファイル transform.hpp
- Use cudev instead.
- ファイル type_traits.hpp
- Use cudev instead.
- ファイル vec_distance.hpp
- Use cudev instead.
- ファイル vec_math.hpp
- Use cudev instead.
- ファイル vec_traits.hpp
- Use cudev instead.
- ファイル warp.hpp
- Use cudev instead.
- ファイル warp_reduce.hpp
- Use cudev instead.
- ファイル warp_shuffle.hpp
- Use cudev instead.