new               149 3rdparty/openexr/Half/halfFunction.h     _lut = new T[1<<16];
new                85 3rdparty/openexr/IlmImf/ImfArray.h      Array (long size)			{_data = new T[size];}
new               178 3rdparty/openexr/IlmImf/ImfArray.h     T *tmp = new T[size];
new               190 3rdparty/openexr/IlmImf/ImfArray.h     _data = new T[size];
new               206 3rdparty/openexr/IlmImf/ImfArray.h     _sizeY (sizeY), _data (new T[sizeX * sizeY])
new               240 3rdparty/openexr/IlmImf/ImfArray.h     T *tmp = new T[sizeX * sizeY];
new               254 3rdparty/openexr/IlmImf/ImfArray.h     _data = new T[sizeX * sizeY];
new               303 3rdparty/openexr/IlmImf/ImfAttribute.h     return new TypedAttribute<T>();
new               311 3rdparty/openexr/IlmImf/ImfAttribute.h     Attribute * attribute = new TypedAttribute<T>();
new                64 3rdparty/openexr/IlmImf/ImfAutoArray.h      AutoArray (): _data (new T [size]) { memset(_data, 0, size*sizeof(T)); }
new               104 modules/calib3d/src/dls.h         return new _Tp[m];
new               119 modules/calib3d/src/dls.h         _Tp **arr = new _Tp*[m];
new               121 modules/calib3d/src/dls.h             arr[i] = new _Tp[_n];
new                59 modules/flann/include/opencv2/flann/all_indices.h             nnIndex = new LinearIndex<Distance>(dataset, params, distance);
new                62 modules/flann/include/opencv2/flann/all_indices.h             nnIndex = new KDTreeSingleIndex<Distance>(dataset, params, distance);
new                65 modules/flann/include/opencv2/flann/all_indices.h             nnIndex = new KDTreeIndex<Distance>(dataset, params, distance);
new                68 modules/flann/include/opencv2/flann/all_indices.h             nnIndex = new KMeansIndex<Distance>(dataset, params, distance);
new                71 modules/flann/include/opencv2/flann/all_indices.h             nnIndex = new CompositeIndex<Distance>(dataset, params, distance);
new                74 modules/flann/include/opencv2/flann/all_indices.h             nnIndex = new AutotunedIndex<Distance>(dataset, params, distance);
new                77 modules/flann/include/opencv2/flann/all_indices.h             nnIndex = new HierarchicalClusteringIndex<Distance>(dataset, params, distance);
new                80 modules/flann/include/opencv2/flann/all_indices.h             nnIndex = new LshIndex<Distance>(dataset, params, distance);
new               100 modules/flann/include/opencv2/flann/all_indices.h             nnIndex = new LinearIndex<Distance>(dataset, params, distance);
new               103 modules/flann/include/opencv2/flann/all_indices.h             nnIndex = new KMeansIndex<Distance>(dataset, params, distance);
new               106 modules/flann/include/opencv2/flann/all_indices.h             nnIndex = new HierarchicalClusteringIndex<Distance>(dataset, params, distance);
new               109 modules/flann/include/opencv2/flann/all_indices.h             nnIndex = new LshIndex<Distance>(dataset, params, distance);
new               129 modules/flann/include/opencv2/flann/all_indices.h             nnIndex = new LinearIndex<Distance>(dataset, params, distance);
new               132 modules/flann/include/opencv2/flann/all_indices.h             nnIndex = new HierarchicalClusteringIndex<Distance>(dataset, params, distance);
new               135 modules/flann/include/opencv2/flann/all_indices.h             nnIndex = new LshIndex<Distance>(dataset, params, distance);
new                68 modules/flann/include/opencv2/flann/any.h         new (dest) T(* reinterpret_cast<T const*>(src));
new                86 modules/flann/include/opencv2/flann/any.h         *dest = new T(*reinterpret_cast<T const*>(src));
new                90 modules/flann/include/opencv2/flann/any.h         *dest = new T(**reinterpret_cast<T* const*>(src));
new               434 modules/flann/include/opencv2/flann/autotuned_index.h         gt_matches_ = Matrix<int>(new int[testDataset_.rows], testDataset_.rows, 1);
new               505 modules/flann/include/opencv2/flann/autotuned_index.h             Matrix<int> gt_matches(new int[testDataset.rows], testDataset.rows, 1);
new                87 modules/flann/include/opencv2/flann/composite_index.h         kdtree_index_ = new KDTreeIndex<Distance>(inputData, params, d);
new                88 modules/flann/include/opencv2/flann/composite_index.h         kmeans_index_ = new KMeansIndex<Distance>(inputData, params, d);
new               147 modules/flann/include/opencv2/flann/hdf5.h     dataset = cvflann::Matrix<T>(new T[dims_out[0]*dims_out[1]], dims_out[0], dims_out[1]);
new               214 modules/flann/include/opencv2/flann/hdf5.h     dataset.data = new T[dataset.rows*dataset.cols];
new               205 modules/flann/include/opencv2/flann/hierarchical_clustering_index.h         DistanceType* closestDistSq = new DistanceType[n];
new               292 modules/flann/include/opencv2/flann/hierarchical_clustering_index.h         DistanceType* closestDistSq = new DistanceType[n];
new               388 modules/flann/include/opencv2/flann/hierarchical_clustering_index.h         root = new NodePtr[trees_];
new               389 modules/flann/include/opencv2/flann/hierarchical_clustering_index.h         indices = new int*[trees_];
new               473 modules/flann/include/opencv2/flann/hierarchical_clustering_index.h             indices[i] = new int[size_];
new               522 modules/flann/include/opencv2/flann/hierarchical_clustering_index.h         indices = new int*[trees_];
new               523 modules/flann/include/opencv2/flann/hierarchical_clustering_index.h         root = new NodePtr[trees_];
new               525 modules/flann/include/opencv2/flann/hierarchical_clustering_index.h             indices[i] = new int[size_];
new               553 modules/flann/include/opencv2/flann/hierarchical_clustering_index.h         Heap<BranchSt>* heap = new Heap<BranchSt>((int)size_);
new               764 modules/flann/include/opencv2/flann/hierarchical_clustering_index.h             DistanceType* domain_distances = new DistanceType[branching_];
new                92 modules/flann/include/opencv2/flann/kdtree_index.h         tree_roots_ = new NodePtr[trees_];
new               100 modules/flann/include/opencv2/flann/kdtree_index.h         mean_ = new DistanceType[veclen_];
new               101 modules/flann/include/opencv2/flann/kdtree_index.h         var_ = new DistanceType[veclen_];
new               156 modules/flann/include/opencv2/flann/kdtree_index.h         tree_roots_ = new NodePtr[trees_];
new               443 modules/flann/include/opencv2/flann/kdtree_index.h         Heap<BranchSt>* heap = new Heap<BranchSt>((int)size_);
new               123 modules/flann/include/opencv2/flann/kdtree_single_index.h             data_ = cvflann::Matrix<ElementType>(new ElementType[size_*dim_], size_, dim_);
new               204 modules/flann/include/opencv2/flann/kmeans_index.h         DistanceType* closestDistSq = new DistanceType[n];
new               438 modules/flann/include/opencv2/flann/kmeans_index.h         indices_ = new int[size_];
new               470 modules/flann/include/opencv2/flann/kmeans_index.h         indices_ = new int[size_];
new               506 modules/flann/include/opencv2/flann/kmeans_index.h             Heap<BranchSt>* heap = new Heap<BranchSt>((int)size_);
new               538 modules/flann/include/opencv2/flann/kmeans_index.h         KMeansNodePtr* clusters = new KMeansNodePtr[numClusters];
new               630 modules/flann/include/opencv2/flann/kmeans_index.h         node->pivot = new DistanceType[veclen_];
new               671 modules/flann/include/opencv2/flann/kmeans_index.h         DistanceType* mean = new DistanceType[veclen_];
new               832 modules/flann/include/opencv2/flann/kmeans_index.h         DistanceType** centers = new DistanceType*[branching];
new               835 modules/flann/include/opencv2/flann/kmeans_index.h             centers[i] = new DistanceType[veclen_];
new               922 modules/flann/include/opencv2/flann/kmeans_index.h             DistanceType* domain_distances = new DistanceType[branching_];
new               995 modules/flann/include/opencv2/flann/kmeans_index.h             int* sort_indices = new int[branching_];
new              1015 modules/flann/include/opencv2/flann/kmeans_index.h         DistanceType* domain_distances = new DistanceType[branching_];
new                42 modules/flann/include/opencv2/flann/sampling.h     Matrix<T> newSet(new T[size * srcMatrix.cols], size,srcMatrix.cols);
new                66 modules/flann/include/opencv2/flann/sampling.h     Matrix<T> newSet(new T[size * srcMatrix.cols], size,srcMatrix.cols);
new               162 modules/flann/include/opencv2/flann/saving.h     value.data = new T[value.rows*value.cols];
new                75 modules/flann/include/opencv2/flann/simplex_downhill.h     T* p_o = new T[n];
new                76 modules/flann/include/opencv2/flann/simplex_downhill.h     T* p_r = new T[n];
new                77 modules/flann/include/opencv2/flann/simplex_downhill.h     T* p_e = new T[n];
new                86 modules/flann/include/opencv2/flann/simplex_downhill.h         vals = new float[n+1];
new              1065 modules/highgui/src/ppltasks_winrt.h         Concurrency::details::_TaskCollection_t::_RunTask(&_TaskProcThunk::_Bridge, new _TaskProcThunk(_Func), _InliningMode);
new              1074 modules/highgui/src/ppltasks_winrt.h             Concurrency::details::_CurrentScheduler::_ScheduleTask(reinterpret_cast<Concurrency::TaskProc>(&_TaskProcThunk::_Bridge), new _TaskProcThunk(_Func));
new              2771 modules/highgui/src/ppltasks_winrt.h             _M_pRegistration = new Concurrency::details::_CancellationTokenCallback<decltype(_CancellationCallback)>(_CancellationCallback);
new              5332 modules/highgui/src/ppltasks_winrt.h         _M_Impl->_ScheduleTask(new _InitialTaskHandle<_InternalReturnType, _Function, typename _Async_type_traits::_AsyncKind>(_GetImpl(), _Func), Concurrency::details::_NoInline);
new              5465 modules/highgui/src/ppltasks_winrt.h         _GetImpl()->_ScheduleContinuation(new _ContinuationTaskHandle<_InternalReturnType, _TaskType, _Function, typename _Function_type_traits::_Takes_task, typename _Async_type_traits::_AsyncKind>(
new              6353 modules/highgui/src/ppltasks_winrt.h         details::_ProgressDispatcherBase<_ProgressType> *_PDispatcher = new details::_ProgressDispatcher<_ProgressType, _ClassPtrType>(_Ptr);
new              8159 modules/highgui/src/ppltasks_winrt.h             auto _PParam = new _RunAllParam<_ElementType>();
new              8267 modules/highgui/src/ppltasks_winrt.h             auto _PParam = new _RunAllParam<std::vector<_ElementType>>();
new              8380 modules/highgui/src/ppltasks_winrt.h             auto _PParam = new _RunAllParam<_Unit_type>();
new              8452 modules/highgui/src/ppltasks_winrt.h         auto _PParam = new _RunAllParam<_ReturnType>();
new              8890 modules/highgui/src/ppltasks_winrt.h             auto _PParam = new _RunAnyParam<std::pair<std::pair<_ElementType, size_t>, Concurrency::details::_CancellationTokenState *>>();
new              8972 modules/highgui/src/ppltasks_winrt.h             auto _PParam = new _RunAnyParam<std::pair<size_t, Concurrency::details::_CancellationTokenState *>>();
new              9139 modules/highgui/src/ppltasks_winrt.h     auto _PParam = new details::_RunAnyParam<std::pair<_ReturnType, size_t>>();
new              9151 modules/highgui/src/ppltasks_winrt.h     auto _PParam = new details::_RunAnyParam<std::pair<_ReturnType, Concurrency::details::_CancellationTokenState *>>();
new              9224 modules/highgui/src/ppltasks_winrt.h     auto _PParam = new details::_RunAnyParam<std::pair<std::vector<_ReturnType>, Concurrency::details::_CancellationTokenState *>>();
new              9357 modules/highgui/src/ppltasks_winrt.h     auto _PParam = new details::_RunAnyParam<std::pair<details::_Unit_type, Concurrency::details::_CancellationTokenState *>>();
new              2681 modules/ts/include/opencv2/ts/ts_gtest.h     ValueHolder* const new_holder = new ValueHolder(default_);
new              3219 modules/ts/include/opencv2/ts/ts_gtest.h   Message(const Message& msg) : ss_(new ::std::stringstream) {  // NOLINT
new              3224 modules/ts/include/opencv2/ts/ts_gtest.h   explicit Message(const char* str) : ss_(new ::std::stringstream) {
new              7475 modules/ts/include/opencv2/ts/ts_gtest.h   virtual Test* CreateTest() { return new TestClass; }
new              7610 modules/ts/include/opencv2/ts/ts_gtest.h         new TestFactoryImpl<TestClass>);
new              8027 modules/ts/include/opencv2/ts/ts_gtest.h       Element* const copy = new Element[a_size];
new              8175 modules/ts/include/opencv2/ts/ts_gtest.h         new ::testing::internal::TestFactoryImpl<\
new              10251 modules/ts/include/opencv2/ts/ts_gtest.h     return new Iterator(this, begin_, 0, step_);
new              10254 modules/ts/include/opencv2/ts/ts_gtest.h     return new Iterator(this, end_, end_index_, step_);
new              10273 modules/ts/include/opencv2/ts/ts_gtest.h       return new Iterator(*this);
new              10336 modules/ts/include/opencv2/ts/ts_gtest.h     return new Iterator(this, container_.begin());
new              10339 modules/ts/include/opencv2/ts/ts_gtest.h     return new Iterator(this, container_.end());
new              10360 modules/ts/include/opencv2/ts/ts_gtest.h       return new Iterator(*this);
new              10371 modules/ts/include/opencv2/ts/ts_gtest.h         value_.reset(new T(*iterator_));
new              10420 modules/ts/include/opencv2/ts/ts_gtest.h     return new TestClass();
new              10458 modules/ts/include/opencv2/ts/ts_gtest.h     return new ParameterizedTestFactory<TestCase>(parameter);
new              10529 modules/ts/include/opencv2/ts/ts_gtest.h     tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
new              10654 modules/ts/include/opencv2/ts/ts_gtest.h       typed_test_info = new ParameterizedTestCaseInfo<TestCase>(test_case_name);
new              13847 modules/ts/include/opencv2/ts/ts_gtest.h     return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin());
new              13850 modules/ts/include/opencv2/ts/ts_gtest.h     return new Iterator(this, g1_, g1_.end(), g2_, g2_.end());
new              13883 modules/ts/include/opencv2/ts/ts_gtest.h       return new Iterator(*this);
new              13962 modules/ts/include/opencv2/ts/ts_gtest.h     return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_,
new              13966 modules/ts/include/opencv2/ts/ts_gtest.h     return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end());
new              14006 modules/ts/include/opencv2/ts/ts_gtest.h       return new Iterator(*this);
new              14095 modules/ts/include/opencv2/ts/ts_gtest.h     return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_,
new              14099 modules/ts/include/opencv2/ts/ts_gtest.h     return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(),
new              14147 modules/ts/include/opencv2/ts/ts_gtest.h       return new Iterator(*this);
new              14246 modules/ts/include/opencv2/ts/ts_gtest.h     return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_,
new              14250 modules/ts/include/opencv2/ts/ts_gtest.h     return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(),
new              14305 modules/ts/include/opencv2/ts/ts_gtest.h       return new Iterator(*this);
new              14416 modules/ts/include/opencv2/ts/ts_gtest.h     return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_,
new              14420 modules/ts/include/opencv2/ts/ts_gtest.h     return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(),
new              14482 modules/ts/include/opencv2/ts/ts_gtest.h       return new Iterator(*this);
new              14602 modules/ts/include/opencv2/ts/ts_gtest.h     return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_,
new              14607 modules/ts/include/opencv2/ts/ts_gtest.h     return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(),
new              14676 modules/ts/include/opencv2/ts/ts_gtest.h       return new Iterator(*this);
new              14807 modules/ts/include/opencv2/ts/ts_gtest.h     return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_,
new              14812 modules/ts/include/opencv2/ts/ts_gtest.h     return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(),
new              14889 modules/ts/include/opencv2/ts/ts_gtest.h       return new Iterator(*this);
new              15029 modules/ts/include/opencv2/ts/ts_gtest.h     return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_,
new              15034 modules/ts/include/opencv2/ts/ts_gtest.h     return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(),
new              15118 modules/ts/include/opencv2/ts/ts_gtest.h       return new Iterator(*this);
new              15269 modules/ts/include/opencv2/ts/ts_gtest.h     return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_,
new              15274 modules/ts/include/opencv2/ts/ts_gtest.h     return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(),
new              15365 modules/ts/include/opencv2/ts/ts_gtest.h       return new Iterator(*this);
new              15520 modules/ts/include/opencv2/ts/ts_gtest.h         new CartesianProductGenerator2<T1, T2>(
new              15542 modules/ts/include/opencv2/ts/ts_gtest.h         new CartesianProductGenerator3<T1, T2, T3>(
new              15567 modules/ts/include/opencv2/ts/ts_gtest.h         new CartesianProductGenerator4<T1, T2, T3, T4>(
new              15594 modules/ts/include/opencv2/ts/ts_gtest.h         new CartesianProductGenerator5<T1, T2, T3, T4, T5>(
new              15625 modules/ts/include/opencv2/ts/ts_gtest.h         new CartesianProductGenerator6<T1, T2, T3, T4, T5, T6>(
new              15659 modules/ts/include/opencv2/ts/ts_gtest.h         new CartesianProductGenerator7<T1, T2, T3, T4, T5, T6, T7>(
new              15697 modules/ts/include/opencv2/ts/ts_gtest.h         new CartesianProductGenerator8<T1, T2, T3, T4, T5, T6, T7, T8>(
new              15739 modules/ts/include/opencv2/ts/ts_gtest.h         new CartesianProductGenerator9<T1, T2, T3, T4, T5, T6, T7, T8, T9>(
new              15783 modules/ts/include/opencv2/ts/ts_gtest.h         new CartesianProductGenerator10<T1, T2, T3, T4, T5, T6, T7, T8, T9,
new              15871 modules/ts/include/opencv2/ts/ts_gtest.h       new internal::RangeGenerator<T, IncrementT>(start, end, step));
new              15941 modules/ts/include/opencv2/ts/ts_gtest.h       new internal::ValuesInIteratorRangeGenerator<ParamType>(begin, end));
new              17020 modules/ts/include/opencv2/ts/ts_gtest.h                   new ::testing::internal::TestMetaFactory< \
new              17776 modules/ts/include/opencv2/ts/ts_gtest.h       message_.reset(new ::std::string);
new                29 samples/winrt/ImageManipulations/Constants.h                 return ref new Platform::String(L"OpenCV Image Manipulations sample");
new               119 samples/winrt/ImageManipulations/MediaExtensions/Common/LinkList.h         Node *pNode = new Node(item);
new                14 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/BasicTimer.h             throw ref new Platform::FailureException();
new                33 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/BasicTimer.h             throw ref new Platform::FailureException();
new                32 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/DirectXHelper.h             auto fileBuffer = ref new Streams::Buffer(bufferSize);
new                36 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/DirectXHelper.h             auto fileData = ref new Platform::Array<byte>(fileBuffer->Length);
new                14 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/BasicTimer.h             throw ref new Platform::FailureException();
new                33 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/BasicTimer.h             throw ref new Platform::FailureException();
new                32 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/DirectXHelper.h             auto fileBuffer = ref new Streams::Buffer(bufferSize);
new                36 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/DirectXHelper.h             auto fileData = ref new Platform::Array<byte>(fileBuffer->Length);