Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PROTOC src/caffe/proto/caffe.proto
- CXX .build_release/src/caffe/proto/caffe.pb.cc
- CXX src/caffe/parallel.cpp
- CXX src/caffe/solver.cpp
- CXX src/caffe/layer.cpp
- CXX src/caffe/util/signal_handler.cpp
- CXX src/caffe/util/db_lmdb.cpp
- CXX src/caffe/util/blocking_queue.cpp
- CXX src/caffe/util/io.cpp
- CXX src/caffe/util/math_functions.cpp
- CXX src/caffe/util/hdf5.cpp
- CXX src/caffe/util/im2col.cpp
- CXX src/caffe/util/upgrade_proto.cpp
- CXX src/caffe/util/db.cpp
- CXX src/caffe/util/db_leveldb.cpp
- CXX src/caffe/util/insert_splits.cpp
- CXX src/caffe/util/cudnn.cpp
- CXX src/caffe/util/benchmark.cpp
- CXX src/caffe/layer_factory.cpp
- CXX src/caffe/net.cpp
- CXX src/caffe/data_reader.cpp
- CXX src/caffe/common.cpp
- CXX src/caffe/syncedmem.cpp
- CXX src/caffe/internal_thread.cpp
- CXX src/caffe/layers/softmax_layer.cpp
- CXX src/caffe/layers/dropout_layer.cpp
- CXX src/caffe/layers/cudnn_softmax_layer.cpp
- CXX src/caffe/layers/bnll_layer.cpp
- CXX src/caffe/layers/lrn_layer.cpp
- CXX src/caffe/layers/deconv_layer.cpp
- CXX src/caffe/layers/infogain_loss_layer.cpp
- CXX src/caffe/layers/split_layer.cpp
- CXX src/caffe/layers/euclidean_loss_layer.cpp
- CXX src/caffe/layers/tile_layer.cpp
- CXX src/caffe/layers/window_data_layer.cpp
- CXX src/caffe/layers/base_conv_layer.cpp
- CXX src/caffe/layers/im2col_layer.cpp
- CXX src/caffe/layers/data_layer.cpp
- CXX src/caffe/layers/threshold_layer.cpp
- CXX src/caffe/layers/filter_layer.cpp
- CXX src/caffe/layers/reshape_layer.cpp
- CXX src/caffe/layers/reduction_layer.cpp
- CXX src/caffe/layers/sigmoid_layer.cpp
- CXX src/caffe/layers/hdf5_data_layer.cpp
- CXX src/caffe/layers/log_layer.cpp
- CXX src/caffe/layers/cudnn_sigmoid_layer.cpp
- CXX src/caffe/layers/mvn_layer.cpp
- CXX src/caffe/layers/argmax_layer.cpp
- CXX src/caffe/layers/pooling_layer.cpp
- CXX src/caffe/layers/sigmoid_cross_entropy_loss_layer.cpp
- CXX src/caffe/layers/conv_layer.cpp
- CXX src/caffe/layers/multinomial_logistic_loss_layer.cpp
- CXX src/caffe/layers/cudnn_tanh_layer.cpp
- CXX src/caffe/layers/cudnn_relu_layer.cpp
- CXX src/caffe/layers/neuron_layer.cpp
- CXX src/caffe/layers/absval_layer.cpp
- CXX src/caffe/layers/loss_layer.cpp
- CXX src/caffe/layers/base_data_layer.cpp
- CXX src/caffe/layers/softmax_loss_layer.cpp
- CXX src/caffe/layers/prelu_layer.cpp
- CXX src/caffe/layers/image_data_layer.cpp
- CXX src/caffe/layers/power_layer.cpp
- CXX src/caffe/layers/slice_layer.cpp
- CXX src/caffe/layers/tanh_layer.cpp
- CXX src/caffe/layers/hinge_loss_layer.cpp
- CXX src/caffe/layers/cudnn_pooling_layer.cpp
- CXX src/caffe/layers/flatten_layer.cpp
- CXX src/caffe/layers/embed_layer.cpp
- CXX src/caffe/layers/accuracy_layer.cpp
- CXX src/caffe/layers/exp_layer.cpp
- CXX src/caffe/layers/memory_data_layer.cpp
- CXX src/caffe/layers/cudnn_conv_layer.cpp
- CXX src/caffe/layers/spp_layer.cpp
- CXX src/caffe/layers/eltwise_layer.cpp
- CXX src/caffe/layers/hdf5_output_layer.cpp
- CXX src/caffe/layers/contrastive_loss_layer.cpp
- CXX src/caffe/layers/inner_product_layer.cpp
- CXX src/caffe/layers/silence_layer.cpp
- CXX src/caffe/layers/dummy_data_layer.cpp
- CXX src/caffe/layers/concat_layer.cpp
- CXX src/caffe/layers/relu_layer.cpp
- CXX src/caffe/blob.cpp
- CXX src/caffe/data_transformer.cpp
- AR -o .build_release/lib/libcaffe.a
- LD -o .build_release/lib/libcaffe.so
- CXX tools/upgrade_net_proto_binary.cpp
- CXX/LD -o .build_release/tools/upgrade_net_proto_binary.bin
- CXX tools/caffe.cpp
- CXX/LD -o .build_release/tools/caffe.bin
- CXX tools/convert_imageset.cpp
- CXX/LD -o .build_release/tools/convert_imageset.bin
- CXX tools/compute_image_mean.cpp
- CXX/LD -o .build_release/tools/compute_image_mean.bin
- CXX tools/finetune_net.cpp
- CXX/LD -o .build_release/tools/finetune_net.bin
- CXX tools/extract_features.cpp
- CXX/LD -o .build_release/tools/extract_features.bin
- CXX tools/upgrade_net_proto_text.cpp
- CXX/LD -o .build_release/tools/upgrade_net_proto_text.bin
- CXX tools/device_query.cpp
- CXX/LD -o .build_release/tools/device_query.bin
- CXX tools/net_speed_benchmark.cpp
- CXX/LD -o .build_release/tools/net_speed_benchmark.bin
- CXX tools/test_net.cpp
- CXX/LD -o .build_release/tools/test_net.bin
- CXX tools/train_net.cpp
- CXX/LD -o .build_release/tools/train_net.bin
- CXX examples/siamese/convert_mnist_siamese_data.cpp
- CXX/LD -o .build_release/examples/siamese/convert_mnist_siamese_data.bin
- CXX examples/mnist/convert_mnist_data.cpp
- CXX/LD -o .build_release/examples/mnist/convert_mnist_data.bin
- CXX examples/cpp_classification/classification.cpp
- In file included from /usr/local/OpenBLAS-0.2.14/cblas.h:5:0,
- from ./include/caffe/util/mkl_alternate.hpp:11,
- from ./include/caffe/util/math_functions.hpp:11,
- from ./include/caffe/syncedmem.hpp:7,
- from ./include/caffe/blob.hpp:10,
- from ./include/caffe/caffe.hpp:7,
- from examples/cpp_classification/classification.cpp:1:
- /usr/local/OpenBLAS-0.2.14/common.h:274:15: error: expected identifier before ‘float’
- #define FLOAT float
- ^
- /usr/local/OpenBLAS-0.2.14/common.h:274:15: error: expected ‘}’ before ‘float’
- In file included from examples/cpp_classification/classification.cpp:2:0:
- /usr/local/include/opencv2/core/core.hpp:4128:14: error: expected unqualified-id before ‘=’ token
- FLOAT=REAL, //!< synonym or REAL
- ^
- /usr/local/include/opencv2/core/core.hpp:4141:22: error: expected unqualified-id before ‘)’ token
- CV_WRAP FileNode();
- ^
- /usr/local/include/opencv2/core/core.hpp:4143:14: error: expected unqualified-id before ‘const’
- FileNode(const CvFileStorage* fs, const CvFileNode* node);
- ^
- /usr/local/include/opencv2/core/core.hpp:4143:14: error: expected ‘)’ before ‘const’
- /usr/local/include/opencv2/core/core.hpp:4145:14: error: expected unqualified-id before ‘const’
- FileNode(const FileNode& node);
- ^
- /usr/local/include/opencv2/core/core.hpp:4145:14: error: expected ‘)’ before ‘const’
- /usr/local/include/opencv2/core/core.hpp:4147:49: error: non-member function ‘cv::FileNode cv::operator[](const string&)’ cannot have cv-qualifier
- FileNode operator[](const string& nodename) const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4147:49: error: ‘cv::FileNode cv::operator[](const string&)’ must be a nonstatic member function
- /usr/local/include/opencv2/core/core.hpp:4149:55: error: non-member function ‘cv::FileNode cv::operator[](const char*)’ cannot have cv-qualifier
- CV_WRAP FileNode operator[](const char* nodename) const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4149:55: error: ‘cv::FileNode cv::operator[](const char*)’ must be a nonstatic member function
- /usr/local/include/opencv2/core/core.hpp:4151:40: error: non-member function ‘cv::FileNode cv::operator[](int)’ cannot have cv-qualifier
- CV_WRAP FileNode operator[](int i) const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4151:40: error: ‘cv::FileNode cv::operator[](int)’ must be a nonstatic member function
- /usr/local/include/opencv2/core/core.hpp:4153:24: error: non-member function ‘int cv::type()’ cannot have cv-qualifier
- CV_WRAP int type() const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4156:26: error: non-member function ‘bool cv::empty()’ cannot have cv-qualifier
- CV_WRAP bool empty() const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4158:27: error: non-member function ‘bool cv::isNone()’ cannot have cv-qualifier
- CV_WRAP bool isNone() const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4160:26: error: non-member function ‘bool cv::isSeq()’ cannot have cv-qualifier
- CV_WRAP bool isSeq() const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4162:26: error: non-member function ‘bool cv::isMap()’ cannot have cv-qualifier
- CV_WRAP bool isMap() const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4164:26: error: non-member function ‘bool cv::isInt()’ cannot have cv-qualifier
- CV_WRAP bool isInt() const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4166:27: error: non-member function ‘bool cv::isReal()’ cannot have cv-qualifier
- CV_WRAP bool isReal() const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4168:29: error: non-member function ‘bool cv::isString()’ cannot have cv-qualifier
- CV_WRAP bool isString() const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4170:28: error: non-member function ‘bool cv::isNamed()’ cannot have cv-qualifier
- CV_WRAP bool isNamed() const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4172:27: error: non-member function ‘std::string cv::name()’ cannot have cv-qualifier
- CV_WRAP string name() const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4174:27: error: non-member function ‘size_t cv::size()’ cannot have cv-qualifier
- CV_WRAP size_t size() const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4176:25: error: expected constructor, destructor, or type conversion before ‘;’ token
- operator int() const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4178:27: error: expected constructor, destructor, or type conversion before ‘;’ token
- operator float() const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4180:28: error: expected constructor, destructor, or type conversion before ‘;’ token
- operator double() const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4182:28: error: expected constructor, destructor, or type conversion before ‘;’ token
- operator string() const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4185:28: error: ‘CvFileNode* cv::operator*()’ must have an argument of class or enumerated type
- CvFileNode* operator *();
- ^
- /usr/local/include/opencv2/core/core.hpp:4187:36: error: non-member function ‘const CvFileNode* cv::operator*()’ cannot have cv-qualifier
- const CvFileNode* operator* () const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4187:36: error: ‘const CvFileNode* cv::operator*()’ must have an argument of class or enumerated type
- /usr/local/include/opencv2/core/core.hpp:4190:30: error: non-member function ‘cv::FileNodeIterator cv::begin()’ cannot have cv-qualifier
- FileNodeIterator begin() const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4192:28: error: non-member function ‘cv::FileNodeIterator cv::end()’ cannot have cv-qualifier
- FileNodeIterator end() const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4195:63: error: non-member function ‘void cv::readRaw(const string&, uchar*, size_t)’ cannot have cv-qualifier
- void readRaw( const string& fmt, uchar* vec, size_t len ) const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4197:21: error: non-member function ‘void* cv::readObj()’ cannot have cv-qualifier
- void* readObj() const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4220:5: error: ‘FileNode’ does not name a type
- FileNode operator *() const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4222:5: error: ‘FileNode’ does not name a type
- FileNode operator ->() const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4238:38: error: ‘string’ does not name a type
- FileNodeIterator& readRaw( const string& fmt, uchar* vec,
- ^
- /usr/local/include/opencv2/core/core.hpp:4251:9: error: ‘Ptr’ does not name a type
- typedef Ptr<CvMemStorage> MemStorage;
- ^
- /usr/local/include/opencv2/core/core.hpp:4274:19: error: expected ‘)’ before ‘&’ token
- Seq(MemStorage& storage, int headerSize = sizeof(CvSeq));
- ^
- /usr/local/include/opencv2/core/core.hpp:4310:23: error: ‘Range’ does not name a type
- void remove(const Range& r);
- ^
- /usr/local/include/opencv2/core/core.hpp:4335:17: error: ‘vector’ has not been declared
- void copyTo(vector<_Tp>& vec, const Range& range=Range::all()) const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4335:23: error: expected ‘,’ or ‘...’ before ‘<’ token
- void copyTo(vector<_Tp>& vec, const Range& range=Range::all()) const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4337:14: error: expected type-specifier before ‘vector’
- operator vector<_Tp>() const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4395:5: error: ‘string’ does not name a type
- string name() const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4397:75: error: ‘string’ does not name a type
- template<typename _Tp> typename ParamType<_Tp>::member_type get(const string& name) const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4400:30: error: ‘string’ does not name a type
- CV_WRAP int getInt(const string& name) const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4401:36: error: ‘string’ does not name a type
- CV_WRAP double getDouble(const string& name) const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4402:32: error: ‘string’ does not name a type
- CV_WRAP bool getBool(const string& name) const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4403:13: error: ‘string’ does not name a type
- CV_WRAP string getString(const string& name) const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4404:13: error: ‘Mat’ does not name a type
- CV_WRAP Mat getMat(const string& name) const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4405:13: error: ‘vector’ does not name a type
- CV_WRAP vector<Mat> getMatVector(const string& name) const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4406:13: error: ‘Ptr’ does not name a type
- CV_WRAP Ptr<Algorithm> getAlgorithm(const string& name) const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4408:20: error: ‘string’ does not name a type
- void set(const string& name, int value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4409:20: error: ‘string’ does not name a type
- void set(const string& name, double value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4410:20: error: ‘string’ does not name a type
- void set(const string& name, bool value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4411:20: error: ‘string’ does not name a type
- void set(const string& name, const string& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4411:40: error: ‘string’ does not name a type
- void set(const string& name, const string& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4412:20: error: ‘string’ does not name a type
- void set(const string& name, const Mat& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4412:40: error: ‘Mat’ does not name a type
- void set(const string& name, const Mat& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4412:10: error: ‘void Algorithm::set(const int&, const int&)’ cannot be overloaded
- void set(const string& name, const Mat& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4411:10: error: with ‘void Algorithm::set(const int&, const int&)’
- void set(const string& name, const string& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4413:20: error: ‘string’ does not name a type
- void set(const string& name, const vector<Mat>& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4413:40: error: ‘vector’ does not name a type
- void set(const string& name, const vector<Mat>& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4413:46: error: expected ‘,’ or ‘...’ before ‘<’ token
- void set(const string& name, const vector<Mat>& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4413:10: error: ‘void Algorithm::set(const int&, int)’ cannot be overloaded
- void set(const string& name, const vector<Mat>& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4408:10: error: with ‘void Algorithm::set(const int&, int)’
- void set(const string& name, int value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4414:20: error: ‘string’ does not name a type
- void set(const string& name, const Ptr<Algorithm>& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4414:40: error: ‘Ptr’ does not name a type
- void set(const string& name, const Ptr<Algorithm>& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4414:43: error: expected ‘,’ or ‘...’ before ‘<’ token
- void set(const string& name, const Ptr<Algorithm>& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4414:10: error: ‘void Algorithm::set(const int&, int)’ cannot be overloaded
- void set(const string& name, const Ptr<Algorithm>& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4408:10: error: with ‘void Algorithm::set(const int&, int)’
- void set(const string& name, int value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4415:43: error: ‘string’ does not name a type
- template<typename _Tp> void set(const string& name, const Ptr<_Tp>& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4415:63: error: ‘Ptr’ does not name a type
- template<typename _Tp> void set(const string& name, const Ptr<_Tp>& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4415:66: error: expected ‘,’ or ‘...’ before ‘<’ token
- template<typename _Tp> void set(const string& name, const Ptr<_Tp>& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4417:31: error: ‘string’ does not name a type
- CV_WRAP void setInt(const string& name, int value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4418:34: error: ‘string’ does not name a type
- CV_WRAP void setDouble(const string& name, double value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4419:32: error: ‘string’ does not name a type
- CV_WRAP void setBool(const string& name, bool value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4420:34: error: ‘string’ does not name a type
- CV_WRAP void setString(const string& name, const string& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4420:54: error: ‘string’ does not name a type
- CV_WRAP void setString(const string& name, const string& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4421:31: error: ‘string’ does not name a type
- CV_WRAP void setMat(const string& name, const Mat& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4421:51: error: ‘Mat’ does not name a type
- CV_WRAP void setMat(const string& name, const Mat& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4422:37: error: ‘string’ does not name a type
- CV_WRAP void setMatVector(const string& name, const vector<Mat>& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4422:57: error: ‘vector’ does not name a type
- CV_WRAP void setMatVector(const string& name, const vector<Mat>& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4422:63: error: expected ‘,’ or ‘...’ before ‘<’ token
- CV_WRAP void setMatVector(const string& name, const vector<Mat>& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4423:37: error: ‘string’ does not name a type
- CV_WRAP void setAlgorithm(const string& name, const Ptr<Algorithm>& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4423:57: error: ‘Ptr’ does not name a type
- CV_WRAP void setAlgorithm(const string& name, const Ptr<Algorithm>& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4423:60: error: expected ‘,’ or ‘...’ before ‘<’ token
- CV_WRAP void setAlgorithm(const string& name, const Ptr<Algorithm>& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4424:52: error: ‘string’ does not name a type
- template<typename _Tp> void setAlgorithm(const string& name, const Ptr<_Tp>& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4424:72: error: ‘Ptr’ does not name a type
- template<typename _Tp> void setAlgorithm(const string& name, const Ptr<_Tp>& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4424:75: error: expected ‘,’ or ‘...’ before ‘<’ token
- template<typename _Tp> void setAlgorithm(const string& name, const Ptr<_Tp>& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4429:38: error: ‘string’ does not name a type
- void set(const char* name, const string& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4430:38: error: ‘Mat’ does not name a type
- void set(const char* name, const Mat& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4430:10: error: ‘void Algorithm::set(const char*, const int&)’ cannot be overloaded
- void set(const char* name, const Mat& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4429:10: error: with ‘void Algorithm::set(const char*, const int&)’
- void set(const char* name, const string& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4431:38: error: ‘vector’ does not name a type
- void set(const char* name, const vector<Mat>& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4431:44: error: expected ‘,’ or ‘...’ before ‘<’ token
- void set(const char* name, const vector<Mat>& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4431:10: error: ‘void Algorithm::set(const char*, int)’ cannot be overloaded
- void set(const char* name, const vector<Mat>& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4426:10: error: with ‘void Algorithm::set(const char*, int)’
- void set(const char* name, int value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4432:38: error: ‘Ptr’ does not name a type
- void set(const char* name, const Ptr<Algorithm>& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4432:41: error: expected ‘,’ or ‘...’ before ‘<’ token
- void set(const char* name, const Ptr<Algorithm>& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4432:10: error: ‘void Algorithm::set(const char*, int)’ cannot be overloaded
- void set(const char* name, const Ptr<Algorithm>& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4426:10: error: with ‘void Algorithm::set(const char*, int)’
- void set(const char* name, int value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4433:61: error: ‘Ptr’ does not name a type
- template<typename _Tp> void set(const char* name, const Ptr<_Tp>& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4433:64: error: expected ‘,’ or ‘...’ before ‘<’ token
- template<typename _Tp> void set(const char* name, const Ptr<_Tp>& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4438:44: error: ‘string’ does not name a type
- void setString(const char* name, const string& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4439:41: error: ‘Mat’ does not name a type
- void setMat(const char* name, const Mat& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4440:47: error: ‘vector’ does not name a type
- void setMatVector(const char* name, const vector<Mat>& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4440:53: error: expected ‘,’ or ‘...’ before ‘<’ token
- void setMatVector(const char* name, const vector<Mat>& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4441:47: error: ‘Ptr’ does not name a type
- void setAlgorithm(const char* name, const Ptr<Algorithm>& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4441:50: error: expected ‘,’ or ‘...’ before ‘<’ token
- void setAlgorithm(const char* name, const Ptr<Algorithm>& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4442:70: error: ‘Ptr’ does not name a type
- template<typename _Tp> void setAlgorithm(const char* name, const Ptr<_Tp>& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4442:73: error: expected ‘,’ or ‘...’ before ‘<’ token
- template<typename _Tp> void setAlgorithm(const char* name, const Ptr<_Tp>& value);
- ^
- /usr/local/include/opencv2/core/core.hpp:4444:13: error: ‘string’ does not name a type
- CV_WRAP string paramHelp(const string& name) const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4446:33: error: ‘string’ does not name a type
- CV_WRAP int paramType(const string& name) const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4447:35: error: ‘vector’ has not been declared
- CV_WRAP void getParams(CV_OUT vector<string>& names) const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4447:41: error: expected ‘,’ or ‘...’ before ‘<’ token
- CV_WRAP void getParams(CV_OUT vector<string>& names) const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4450:24: error: ‘FileStorage’ has not been declared
- virtual void write(FileStorage& fs) const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4451:29: error: ‘FileNode’ does not name a type
- virtual void read(const FileNode& fn);
- ^
- /usr/local/include/opencv2/core/core.hpp:4457:40: error: ‘vector’ has not been declared
- CV_WRAP static void getList(CV_OUT vector<string>& algorithms);
- ^
- /usr/local/include/opencv2/core/core.hpp:4457:46: error: expected ‘,’ or ‘...’ before ‘<’ token
- CV_WRAP static void getList(CV_OUT vector<string>& algorithms);
- ^
- /usr/local/include/opencv2/core/core.hpp:4458:20: error: ‘Ptr’ does not name a type
- CV_WRAP static Ptr<Algorithm> _create(const string& name);
- ^
- /usr/local/include/opencv2/core/core.hpp:4459:35: error: ‘Ptr’ does not name a type
- template<typename _Tp> static Ptr<_Tp> create(const string& name);
- ^
- /usr/local/include/opencv2/core/core.hpp:4469:25: error: ‘string’ does not name a type
- AlgorithmInfo(const string& name, Algorithm::Constructor create);
- ^
- /usr/local/include/opencv2/core/core.hpp:4475:26: error: ‘string’ does not name a type
- const string& help=string());
- ^
- /usr/local/include/opencv2/core/core.hpp:4476:5: error: ‘string’ does not name a type
- string paramHelp(const char* name) const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4478:20: error: ‘vector’ has not been declared
- void getParams(vector<string>& names) const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4478:26: error: expected ‘,’ or ‘...’ before ‘<’ token
- void getParams(vector<string>& names) const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4480:39: error: ‘FileStorage’ has not been declared
- void write(const Algorithm* algo, FileStorage& fs) const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4481:38: error: ‘FileNode’ does not name a type
- void read(Algorithm* algo, const FileNode& fn) const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4482:5: error: ‘string’ does not name a type
- string name() const;
- ^
- /usr/local/include/opencv2/core/core.hpp:4488:25: error: ‘string’ does not name a type
- const string& help=string());
- ^
- /usr/local/include/opencv2/core/core.hpp:4493:25: error: ‘string’ does not name a type
- const string& help=string());
- ^
- /usr/local/include/opencv2/core/core.hpp:4498:25: error: ‘string’ does not name a type
- const string& help=string());
- ^
- /usr/local/include/opencv2/core/core.hpp:4503:25: error: ‘string’ does not name a type
- const string& help=string());
- ^
- /usr/local/include/opencv2/core/core.hpp:4505:19: error: ‘string’ has not been declared
- string& value, bool readOnly=false,
- ^
- /usr/local/include/opencv2/core/core.hpp:4506:19: error: ‘string’ has not been declared
- string (Algorithm::*getter)()=0,
- ^
- /usr/local/include/opencv2/core/core.hpp:4507:51: error: ‘string’ does not name a type
- void (Algorithm::*setter)(const string&)=0,
- ^
- /usr/local/include/opencv2/core/core.hpp:4508:25: error: ‘string’ does not name a type
- const string& help=string());
- ^
- /usr/local/include/opencv2/core/core.hpp:4510:19: error: ‘Mat’ has not been declared
- Mat& value, bool readOnly=false,
- ^
- /usr/local/include/opencv2/core/core.hpp:4511:19: error: ‘Mat’ has not been declared
- Mat (Algorithm::*getter)()=0,
- ^
- /usr/local/include/opencv2/core/core.hpp:4512:51: error: ‘Mat’ does not name a type
- void (Algorithm::*setter)(const Mat&)=0,
- ^
- /usr/local/include/opencv2/core/core.hpp:4513:25: error: ‘string’ does not name a type
- const string& help=string());
- ^
- /usr/local/include/opencv2/core/core.hpp:4509:10: error: ‘void AlgorithmInfo::addParam(Algorithm&, const char*, int&, bool, int (Algorithm::*)(), void (Algorithm::*)(const int&), const int&)’ cannot be overloaded
- void addParam(Algorithm& algo, const char* name,
- ^
- /usr/local/include/opencv2/core/core.hpp:4504:10: error: with ‘void AlgorithmInfo::addParam(Algorithm&, const char*, int&, bool, int (Algorithm::*)(), void (Algorithm::*)(const int&), const int&)’
- void addParam(Algorithm& algo, const char* name,
- ^
- /usr/local/include/opencv2/core/core.hpp:4515:19: error: ‘vector’ has not been declared
- vector<Mat>& value, bool readOnly=false,
- ^
- /usr/local/include/opencv2/core/core.hpp:4515:25: error: expected ‘,’ or ‘...’ before ‘<’ token
- vector<Mat>& value, bool readOnly=false,
- ^
- /usr/local/include/opencv2/core/core.hpp:4520:19: error: ‘Ptr’ has not been declared
- Ptr<Algorithm>& value, bool readOnly=false,
- ^
- /usr/local/include/opencv2/core/core.hpp:4520:22: error: expected ‘,’ or ‘...’ before ‘<’ token
- Ptr<Algorithm>& value, bool readOnly=false,
- ^
- /usr/local/include/opencv2/core/core.hpp:4519:10: error: ‘void AlgorithmInfo::addParam(Algorithm&, const char*, int)’ cannot be overloaded
- void addParam(Algorithm& algo, const char* name,
- ^
- /usr/local/include/opencv2/core/core.hpp:4514:10: error: with ‘void AlgorithmInfo::addParam(Algorithm&, const char*, int)’
- void addParam(Algorithm& algo, const char* name,
- ^
- /usr/local/include/opencv2/core/core.hpp:4528:25: error: ‘string’ does not name a type
- const string& help=string());
- ^
- /usr/local/include/opencv2/core/core.hpp:4533:25: error: ‘string’ does not name a type
- const string& help=string());
- ^
- /usr/local/include/opencv2/core/core.hpp:4538:25: error: ‘string’ does not name a type
- const string& help=string());
- ^
- /usr/local/include/opencv2/core/core.hpp:4543:25: error: ‘string’ does not name a type
- const string& help=string());
- ^
- /usr/local/include/opencv2/core/core.hpp:4545:19: error: ‘Ptr’ has not been declared
- Ptr<_Tp>& value, bool readOnly=false,
- ^
- /usr/local/include/opencv2/core/core.hpp:4545:22: error: expected ‘,’ or ‘...’ before ‘<’ token
- Ptr<_Tp>& value, bool readOnly=false,
- ^
- /usr/local/include/opencv2/core/core.hpp:4550:19: error: ‘Ptr’ has not been declared
- Ptr<_Tp>& value, bool readOnly=false,
- ^
- /usr/local/include/opencv2/core/core.hpp:4550:22: error: expected ‘,’ or ‘...’ before ‘<’ token
- Ptr<_Tp>& value, bool readOnly=false,
- ^
- /usr/local/include/opencv2/core/core.hpp:4475:46: error: ‘string’ was not declared in this scope
- const string& help=string());
- ^
- /usr/local/include/opencv2/core/core.hpp:4475:46: note: suggested alternatives:
- In file included from /usr/include/c++/4.8/string:39:0,
- from ./include/caffe/blob.hpp:5,
- from ./include/caffe/caffe.hpp:7,
- from examples/cpp_classification/classification.cpp:1:
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- typedef basic_string<char> string;
- ^
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- In file included from examples/cpp_classification/classification.cpp:2:0:
- /usr/local/include/opencv2/core/core.hpp:4488:45: error: ‘string’ was not declared in this scope
- const string& help=string());
- ^
- /usr/local/include/opencv2/core/core.hpp:4488:45: note: suggested alternatives:
- In file included from /usr/include/c++/4.8/string:39:0,
- from ./include/caffe/blob.hpp:5,
- from ./include/caffe/caffe.hpp:7,
- from examples/cpp_classification/classification.cpp:1:
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- typedef basic_string<char> string;
- ^
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- In file included from examples/cpp_classification/classification.cpp:2:0:
- /usr/local/include/opencv2/core/core.hpp:4493:45: error: ‘string’ was not declared in this scope
- const string& help=string());
- ^
- /usr/local/include/opencv2/core/core.hpp:4493:45: note: suggested alternatives:
- In file included from /usr/include/c++/4.8/string:39:0,
- from ./include/caffe/blob.hpp:5,
- from ./include/caffe/caffe.hpp:7,
- from examples/cpp_classification/classification.cpp:1:
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- typedef basic_string<char> string;
- ^
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- In file included from examples/cpp_classification/classification.cpp:2:0:
- /usr/local/include/opencv2/core/core.hpp:4498:45: error: ‘string’ was not declared in this scope
- const string& help=string());
- ^
- /usr/local/include/opencv2/core/core.hpp:4498:45: note: suggested alternatives:
- In file included from /usr/include/c++/4.8/string:39:0,
- from ./include/caffe/blob.hpp:5,
- from ./include/caffe/caffe.hpp:7,
- from examples/cpp_classification/classification.cpp:1:
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- typedef basic_string<char> string;
- ^
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- In file included from examples/cpp_classification/classification.cpp:2:0:
- /usr/local/include/opencv2/core/core.hpp:4503:45: error: ‘string’ was not declared in this scope
- const string& help=string());
- ^
- /usr/local/include/opencv2/core/core.hpp:4503:45: note: suggested alternatives:
- In file included from /usr/include/c++/4.8/string:39:0,
- from ./include/caffe/blob.hpp:5,
- from ./include/caffe/caffe.hpp:7,
- from examples/cpp_classification/classification.cpp:1:
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- typedef basic_string<char> string;
- ^
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- In file included from examples/cpp_classification/classification.cpp:2:0:
- /usr/local/include/opencv2/core/core.hpp:4508:45: error: ‘string’ was not declared in this scope
- const string& help=string());
- ^
- /usr/local/include/opencv2/core/core.hpp:4508:45: note: suggested alternatives:
- In file included from /usr/include/c++/4.8/string:39:0,
- from ./include/caffe/blob.hpp:5,
- from ./include/caffe/caffe.hpp:7,
- from examples/cpp_classification/classification.cpp:1:
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- typedef basic_string<char> string;
- ^
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- In file included from examples/cpp_classification/classification.cpp:2:0:
- /usr/local/include/opencv2/core/core.hpp:4513:45: error: ‘string’ was not declared in this scope
- const string& help=string());
- ^
- /usr/local/include/opencv2/core/core.hpp:4513:45: note: suggested alternatives:
- In file included from /usr/include/c++/4.8/string:39:0,
- from ./include/caffe/blob.hpp:5,
- from ./include/caffe/caffe.hpp:7,
- from examples/cpp_classification/classification.cpp:1:
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- typedef basic_string<char> string;
- ^
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- In file included from examples/cpp_classification/classification.cpp:2:0:
- /usr/local/include/opencv2/core/core.hpp:4528:45: error: ‘string’ was not declared in this scope
- const string& help=string());
- ^
- /usr/local/include/opencv2/core/core.hpp:4528:45: note: suggested alternatives:
- In file included from /usr/include/c++/4.8/string:39:0,
- from ./include/caffe/blob.hpp:5,
- from ./include/caffe/caffe.hpp:7,
- from examples/cpp_classification/classification.cpp:1:
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- typedef basic_string<char> string;
- ^
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- In file included from examples/cpp_classification/classification.cpp:2:0:
- /usr/local/include/opencv2/core/core.hpp:4533:45: error: ‘string’ was not declared in this scope
- const string& help=string());
- ^
- /usr/local/include/opencv2/core/core.hpp:4533:45: note: suggested alternatives:
- In file included from /usr/include/c++/4.8/string:39:0,
- from ./include/caffe/blob.hpp:5,
- from ./include/caffe/caffe.hpp:7,
- from examples/cpp_classification/classification.cpp:1:
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- typedef basic_string<char> string;
- ^
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- In file included from examples/cpp_classification/classification.cpp:2:0:
- /usr/local/include/opencv2/core/core.hpp:4538:45: error: ‘string’ was not declared in this scope
- const string& help=string());
- ^
- /usr/local/include/opencv2/core/core.hpp:4538:45: note: suggested alternatives:
- In file included from /usr/include/c++/4.8/string:39:0,
- from ./include/caffe/blob.hpp:5,
- from ./include/caffe/caffe.hpp:7,
- from examples/cpp_classification/classification.cpp:1:
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- typedef basic_string<char> string;
- ^
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- In file included from examples/cpp_classification/classification.cpp:2:0:
- /usr/local/include/opencv2/core/core.hpp:4543:45: error: ‘string’ was not declared in this scope
- const string& help=string());
- ^
- /usr/local/include/opencv2/core/core.hpp:4543:45: note: suggested alternatives:
- In file included from /usr/include/c++/4.8/string:39:0,
- from ./include/caffe/blob.hpp:5,
- from ./include/caffe/caffe.hpp:7,
- from examples/cpp_classification/classification.cpp:1:
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- typedef basic_string<char> string;
- ^
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- /usr/include/c++/4.8/bits/stringfwd.h:62:33: note: ‘std::string’
- In file included from /usr/local/OpenBLAS-0.2.14/cblas.h:5:0,
- from ./include/caffe/util/mkl_alternate.hpp:11,
- from ./include/caffe/util/math_functions.hpp:11,
- from ./include/caffe/syncedmem.hpp:7,
- from ./include/caffe/blob.hpp:10,
- from ./include/caffe/caffe.hpp:7,
- from examples/cpp_classification/classification.cpp:1:
- /usr/local/OpenBLAS-0.2.14/common.h:274:15: error: expected identifier before ‘float’
- #define FLOAT float
- ^
- /usr/local/OpenBLAS-0.2.14/common.h:274:15: error: expected ‘}’ before ‘float’
- In file included from examples/cpp_classification/classification.cpp:2:0:
- /usr/local/include/opencv2/core/core.hpp:4563:87: error: expected unqualified-id before ‘=’ token
- enum { INT=0, BOOLEAN=1, REAL=2, STRING=3, MAT=4, MAT_VECTOR=5, ALGORITHM=6, FLOAT=7, UNSIGNED_INT=8, UINT64=9, SHORT=10, UCHAR=11 };
- ^
- /usr/local/include/opencv2/core/core.hpp:4565:11: error: expected unqualified-id before ‘)’ token
- Param();
- ^
- /usr/local/include/opencv2/core/core.hpp:4566:11: error: expected unqualified-id before ‘int’
- Param(int _type, bool _readonly, int _offset,
- ^
- /usr/local/include/opencv2/core/core.hpp:4566:11: error: expected ‘)’ before ‘int’
- /usr/local/include/opencv2/core/core.hpp:4575:5: error: ‘string’ does not name a type
- string help;
- ^
- /usr/local/include/opencv2/core/core.hpp:4576:1: error: expected declaration before ‘}’ token
- };
- ^
Advertisement
Add Comment
Please, Sign In to add comment