OpenCV 4.5.3(日本語機械翻訳)
cv::dnn::Net メンバ一覧

継承メンバを含む cv::dnn::Net の全メンバ一覧です。

addLayer(const String &name, const String &type, LayerParams &params) cv::dnn::Net
addLayerToPrev(const String &name, const String &type, LayerParams &params) cv::dnn::Net
connect(String outPin, String inpPin) cv::dnn::Net
connect(int outLayerId, int outNum, int inpLayerId, int inpNum) cv::dnn::Net
dump() cv::dnn::Net
dumpToFile(const String &path) cv::dnn::Net
empty() const cv::dnn::Net
enableFusion(bool fusion) cv::dnn::Net
forward(const String &outputName=String()) cv::dnn::Net
forward(OutputArrayOfArrays outputBlobs, const String &outputName=String()) cv::dnn::Net
forward(OutputArrayOfArrays outputBlobs, const std::vector< String > &outBlobNames) cv::dnn::Net
forwardAsync(const String &outputName=String()) cv::dnn::Net
getFLOPS(const std::vector< MatShape > &netInputShapes) const cv::dnn::Net
getFLOPS(const MatShape &netInputShape) const cv::dnn::Net
getFLOPS(const int layerId, const std::vector< MatShape > &netInputShapes) const cv::dnn::Net
getFLOPS(const int layerId, const MatShape &netInputShape) const cv::dnn::Net
getLayer(LayerId layerId) cv::dnn::Net
getLayerId(const String &layer) cv::dnn::Net
getLayerInputs(LayerId layerId) cv::dnn::Net
getLayerNames() const (定義場所: cv::dnn::Net) cv::dnn::Net
getLayersCount(const String &layerType) const cv::dnn::Net
getLayerShapes(const MatShape &netInputShape, const int layerId, CV_OUT std::vector< MatShape > &inLayerShapes, CV_OUT std::vector< MatShape > &outLayerShapes) const cv::dnn::Net
getLayerShapes(const std::vector< MatShape > &netInputShapes, const int layerId, CV_OUT std::vector< MatShape > &inLayerShapes, CV_OUT std::vector< MatShape > &outLayerShapes) const cv::dnn::Net
getLayersShapes(const std::vector< MatShape > &netInputShapes, CV_OUT std::vector< int > &layersIds, CV_OUT std::vector< std::vector< MatShape > > &inLayersShapes, CV_OUT std::vector< std::vector< MatShape > > &outLayersShapes) const cv::dnn::Net
getLayersShapes(const MatShape &netInputShape, CV_OUT std::vector< int > &layersIds, CV_OUT std::vector< std::vector< MatShape > > &inLayersShapes, CV_OUT std::vector< std::vector< MatShape > > &outLayersShapes) const cv::dnn::Net
getLayerTypes(CV_OUT std::vector< String > &layersTypes) const cv::dnn::Net
getMemoryConsumption(const std::vector< MatShape > &netInputShapes, CV_OUT size_t &weights, CV_OUT size_t &blobs) const cv::dnn::Net
getMemoryConsumption(const MatShape &netInputShape, CV_OUT size_t &weights, CV_OUT size_t &blobs) const cv::dnn::Net
getMemoryConsumption(const int layerId, const std::vector< MatShape > &netInputShapes, CV_OUT size_t &weights, CV_OUT size_t &blobs) const cv::dnn::Net
getMemoryConsumption(const int layerId, const MatShape &netInputShape, CV_OUT size_t &weights, CV_OUT size_t &blobs) const cv::dnn::Net
getMemoryConsumption(const std::vector< MatShape > &netInputShapes, CV_OUT std::vector< int > &layerIds, CV_OUT std::vector< size_t > &weights, CV_OUT std::vector< size_t > &blobs) const cv::dnn::Net
getMemoryConsumption(const MatShape &netInputShape, CV_OUT std::vector< int > &layerIds, CV_OUT std::vector< size_t > &weights, CV_OUT std::vector< size_t > &blobs) const cv::dnn::Net
getParam(LayerId layer, int numParam=0) cv::dnn::Net
getPerfProfile(CV_OUT std::vector< double > &timings) cv::dnn::Net
getUnconnectedOutLayers() const cv::dnn::Net
getUnconnectedOutLayersNames() const cv::dnn::Net
LayerId typedef cv::dnn::Net
Net() cv::dnn::Net
readFromModelOptimizer(const String &xml, const String &bin) cv::dnn::Net static
readFromModelOptimizer(const std::vector< uchar > &bufferModelConfig, const std::vector< uchar > &bufferWeights) cv::dnn::Net static
readFromModelOptimizer(const uchar *bufferModelConfigPtr, size_t bufferModelConfigSize, const uchar *bufferWeightsPtr, size_t bufferWeightsSize) cv::dnn::Net static
setHalideScheduler(const String &scheduler) cv::dnn::Net
setInput(InputArray blob, const String &name="", double scalefactor=1.0, const Scalar &mean=Scalar()) cv::dnn::Net
setInputShape(const String &inputName, const MatShape &shape) cv::dnn::Net
setInputsNames(const std::vector< String > &inputBlobNames) cv::dnn::Net
setParam(LayerId layer, int numParam, const Mat &blob) cv::dnn::Net
setPreferableBackend(int backendId) cv::dnn::Net
setPreferableTarget(int targetId) cv::dnn::Net
~Net() cv::dnn::Net