MCPcopy Create free account

hub / github.com/creatale/node-dv / functions

Functions13,842 in github.com/creatale/node-dv

↓ 8 callersFunctionptaCopy
! * \brief ptaCopy() * * \param[in] pta * \return copy of pta, or NULL on error */
deps/leptonica/src/ptabasic.c:224
↓ 8 callersFunctionptaGetLinearLSF
---------------------------------------------------------------------* * Least Squares Fit * *----
deps/leptonica/src/ptafunc1.c:1028
↓ 8 callersFunctionptraConcatenatePdfToData
---------------------------------------------------------------------* * Intermediate function for generating multipage pdf output * *----
deps/leptonica/src/pdfio2.c:306
↓ 8 callersFunctionrecip_
deps/opencv/modules/core/src/arithm.cpp:1735
↓ 8 callersFunctionrecogGetDid
! * \brief recogGetDid() * * \param[in] recog * \return did still owned by the recog, or NULL on error * * <pre> * Notes: * (1) Thi
deps/leptonica/src/recogdid.c:893
↓ 8 callersMethodreserve
deps/opencv/modules/core/src/matrix.cpp:577
↓ 8 callersMethodsetRegion
deps/zxing/core/src/zxing/common/BitMatrix.cpp:58
↓ 8 callersMethodset_is_error
deps/tesseract/classify/trainingsample.h:193
↓ 8 callersMethodset_range
* STATS::set_range * * Alter the range on an existing stats element. **********************************************************************/
deps/tesseract/ccstruct/statistc.cpp:62
↓ 8 callersMethodsize
deps/opencv/modules/core/src/algorithm.cpp:54
↓ 8 callersMethodsize
deps/opencv/modules/core/include/opencv2/core/mat.hpp:2178
↓ 8 callersFunctionstep_mem
deps/tesseract/ccstruct/coutln.h:280
↓ 8 callersFunctionsudokuDestroy
! * \brief sudokuDestroy() * * \param[in,out] psud to be nulled * \return void */
deps/leptonica/src/sudoku.c:336
↓ 8 callersMethodsum
deps/tesseract/textord/pitsync1.h:58
↓ 8 callersFunctionswap
deps/opencv/modules/core/include/opencv2/core/gpumat.hpp:411
↓ 8 callersFunctionthrow_nocuda
deps/opencv/modules/core/src/opengl_interop.cpp:68
↓ 8 callersMethodtoResultPoint
deps/zxing/core/src/zxing/aztec/detector/Detector.h:42
↓ 7 callersMethodAbsorb
Merge with the other partition and delete it.
deps/tesseract/textord/colpartition.cpp:648
↓ 7 callersMethodAdd
deps/tesseract/ccmain/paragraphs.cpp:655
↓ 7 callersMethodAddBodyLine
deps/tesseract/ccmain/paragraphs.cpp:589
↓ 7 callersFunctionAddFeature
---------------------------------------------------------------------------- Public Code -----------------------------------------------
deps/tesseract/classify/ocrfeatures.cpp:44
↓ 7 callersMethodAddModel
deps/tesseract/ccmain/paragraphs.cpp:1214
↓ 7 callersMethodAddPartner
Add a new element to the list of partner TabVectors. Partners must be added in order of increasing y coordinate of the text line that makes them partn
deps/tesseract/textord/tabvector.cpp:492
↓ 7 callersMethodAltCost
returns the cost (-ve log prob) of an alternate
deps/tesseract/cube/altlist.h:41
↓ 7 callersFunctionBestPix
Returns a pointer to a Pix representing the best available (original) image of the page. Can be of any bit depth, but never color-mapped, as that has
deps/tesseract/ccmain/tesseractclass.h:218
↓ 7 callersFunctionClosestCluster
Return the index of the cluster closest to value.
deps/tesseract/ccmain/paragraphs.cpp:665
↓ 7 callersMethodColumnContains
Returns true if the partition contains the given x coordinate at the y.
deps/tesseract/textord/colpartition.h:353
↓ 7 callersFunctionDebugDump
deps/tesseract/ccmain/paragraphs.cpp:170
↓ 7 callersMethodDeleteBoxes
Delete the boxes that this partition owns.
deps/tesseract/textord/colpartition.cpp:315
↓ 7 callersFunctionDeletePartition
Helper deletes the given partition but first marks up all the blobs as noise, so they get deleted later, and disowns them. If the initial type of the
deps/tesseract/textord/imagefind.cpp:991
↓ 7 callersMethodFinish
deps/tesseract/textord/cjkpitch.cpp:55
↓ 7 callersMethodGridCellValue
deps/tesseract/textord/bbgrid.h:120
↓ 7 callersMethodImage
Open and draw an image given a name at (x,y).
deps/tesseract/viewer/scrollview.cpp:663
↓ 7 callersMethodIsDiacritic
deps/tesseract/ccstruct/blobbox.h:365
↓ 7 callersMethodIsHorizontalLine
Returns true if this partition is a horizontal line TODO(nbeato): Use PartitionType enum when Ray's code is submitted.
deps/tesseract/textord/colpartition.h:453
↓ 7 callersMethodIsImageType
Returns true if partitions is of image type
deps/tesseract/textord/colpartition.h:423
↓ 7 callersMethodIsLineType
Returns true if partitions is of horizontal line type
deps/tesseract/textord/colpartition.h:419
↓ 7 callersMethodLine
return the pix mask and box of a specific line
deps/tesseract/cube/cube_line_segmenter.cpp:870
↓ 7 callersMethodLock
deps/tesseract/ccutil/ccutil.cpp:44
↓ 7 callersMethodMatch
* IntegerMatcher returns the best configuration and rating * for a single class. The class matched against is determined * by the uniqueness of the
deps/tesseract/classify/intmatcher.cpp:475
↓ 7 callersFunctionNewFeatureSet
* Allocate and return a new feature set large enough to * hold the specified number of features. * @param NumFeatures maximum # of features to be pu
deps/tesseract/classify/ocrfeatures.cpp:113
↓ 7 callersMethodNext
deps/tesseract/ccmain/resultiterator.cpp:421
↓ 7 callersMethodNodes
deps/tesseract/cube/search_column.h:44
↓ 7 callersFunctionPTIsTextType
Returns true if PolyBlockType is of text type */
deps/tesseract/ccstruct/publictypes.h:70
↓ 7 callersMethodSetupForRecognition
Sets up the members used in recognition: bln_boxes, chopped_word, seam_array, denorm. Returns false if the word is empty and sets up fake results. I
deps/tesseract/ccstruct/pageres.cpp:294
↓ 7 callersMethodSetupNormalization
Initializes the denorm for a transformation. For details see the large comment in normalis.h. Arguments: block: if not NULL, then this is the first tr
deps/tesseract/ccstruct/normalis.cpp:95
↓ 7 callersMethodShallowCopy
Copies basic attributes of a tab vector for simple operations. Copies things such startpt, endpt, range. Does not copy things such as partners, boxes,
deps/tesseract/textord/tabvector.cpp:233
↓ 7 callersMethodSparseSize
The size of the sparse space.
deps/tesseract/ccutil/indexmapbidi.h:57
↓ 7 callersMethodSpecialBlobsDensity
deps/tesseract/textord/colpartition.cpp:566
↓ 7 callersMethodUpdateWindow
Send an update message for a single window.
deps/tesseract/viewer/scrollview.cpp:710
↓ 7 callersMethodappend_unichar_id
* append_unichar_id * * Make sure there is enough space in the word for the new unichar id * and call append_unichar_id_space_allocated(). */
deps/tesseract/ccstruct/ratngs.cpp:446
↓ 7 callersFunctionapplyQuadraticFit
! * \brief applyQuadraticFit() * * \param[in] a, b, c quadratic fit coefficients * \param[in] x * \param[out] py y = a * x^2 + b * x + c
deps/leptonica/src/ptafunc1.c:1699
↓ 7 callersFunctionarithm_op
deps/opencv/modules/core/src/arithm.cpp:1256
↓ 7 callersFunctionbbufferCreate
--------------------------------------------------------------------------* * BBuffer create/destroy
deps/leptonica/src/bbuffer.c:123
↓ 7 callersFunctionblendHardLightComponents
* blendHardLightComponents() * Input: a (8 bpp blendee component) * b (8 bpp blender component) * fract (fraction
deps/leptonica/src/blend.c:1510
↓ 7 callersFunctionbottom
deps/tesseract/ccstruct/rect.h:61
↓ 7 callersFunctionbox3dCopy
! * \brief box3dCopy() * * \param[in] vbox * \return vboxc copy of vbox * * <pre> * Notes: * Don't copy the sortparam. * </pre>
deps/leptonica/src/colorquant2.c:1660
↓ 7 callersFunctionboxAdjustSides
! * \brief boxAdjustSides() * * \param[in] boxd [optional]; this can be null, equal to boxs, * or different from boxs *
deps/leptonica/src/boxfunc1.c:1806
↓ 7 callersFunctionboxIntersects
! * \brief boxIntersects() * * \param[in] box1, box2 * \param[out] presult 1 if any part of box2 is contained * in bo
deps/leptonica/src/boxfunc1.c:129
↓ 7 callersFunctionboxaSelectBySize
---------------------------------------------------------------------* * Boxa size selection * *----
deps/leptonica/src/boxfunc4.c:226
↓ 7 callersFunctionchomp_string
Remove newline (if any) at the end of the string.
deps/tesseract/ccutil/helpers.h:75
↓ 7 callersMethodcolumn_count
deps/tesseract/textord/tablerecog.cpp:101
↓ 7 callersMethodcontains
deps/tesseract/ccutil/strngs.cpp:192
↓ 7 callersFunctionconvertAndUnrollScalar
deps/opencv/modules/core/src/arithm.cpp:968
↓ 7 callersMethodcopyFrom
deps/opencv/modules/core/src/opengl_interop.cpp:246
↓ 7 callersFunctioncvClearSeq
Remove all elements from a sequence: */
deps/opencv/modules/core/src/datastructs.cpp:1586
↓ 7 callersFunctioncvCvtSeqToArray
Copy all sequence elements into single continuous array: */
deps/opencv/modules/core/src/datastructs.cpp:537
↓ 7 callersFunctioncvPtr2D
Returns pointer to specified element of 2d array
deps/opencv/modules/core/src/array.cpp:1743
↓ 7 callersFunctioncvReadRawData
deps/opencv/modules/core/src/persistence.cpp:3400
↓ 7 callersFunctioncvSeqPushMulti
Add several elements to the beginning or end of a sequence: */
deps/opencv/modules/core/src/datastructs.cpp:1447
↓ 7 callersFunctioncvWrite
writes matrix, image, sequence, graph etc. */
deps/opencv/modules/core/src/persistence.cpp:5019
↓ 7 callersFunctioncv_isalpha
deps/opencv/modules/core/src/persistence.cpp:83
↓ 7 callersFunctiondebugWshedMerge
deps/leptonica/src/watershed.c:1005
↓ 7 callersFunctiondeep_copy
deps/tesseract/ccstruct/coutln.h:259
↓ 7 callersFunctiondewarpMinimize
----------------------------------------------------------------------* * Stripping out data and populating full res disparity * *--
deps/leptonica/src/dewarp3.c:728
↓ 7 callersFunctiondewarpaInsertDewarp
----------------------------------------------------------------------* * Dewarpa insertion/extraction * *--
deps/leptonica/src/dewarp1.c:804
↓ 7 callersFunctiondiagtransform_
deps/opencv/modules/core/src/matmul.cpp:1643
↓ 7 callersFunctiondiv_
deps/opencv/modules/core/src/arithm.cpp:1688
↓ 7 callersFunctiondotProd_
deps/opencv/modules/core/src/matmul.cpp:2657
↓ 7 callersFunctionempty
deps/tesseract/ccutil/clst.h:95
↓ 7 callersMethodencode_string
Encodes the given UTF-8 string with this UNICHARSET. Returns true if the encoding succeeds completely, false if there is at least one INVALID_UNICHAR_
deps/tesseract/ccutil/unicharset.cpp:234
↓ 7 callersFunctionfastAtan2
deps/opencv/modules/core/src/mathfuncs.cpp:56
↓ 7 callersFunctionfastMalloc
deps/opencv/modules/core/src/alloc.cpp:62
↓ 7 callersFunctionfopenTiff
--------------------------------------------------------------* * Open tiff stream from file stream * *------------------
deps/leptonica/src/tiffio.c:2070
↓ 7 callersFunctionfree_adapted_templates
----------------------------------------------------------------------------*/
deps/tesseract/classify/adaptive.cpp:199
↓ 7 callersFunctiongeneratePtaLineFromPt
! * \brief generatePtaLineFromPt() * * \param[in] x, y point of origination * \param[in] length of line, including starting point * \par
deps/leptonica/src/graphics.c:896
↓ 7 callersMethodgeo_feature
deps/tesseract/classify/trainingsample.h:158
↓ 7 callersFunctiongetContinuousSize
deps/opencv/modules/core/src/precomp.hpp:137
↓ 7 callersMethodgetTryHarder
deps/zxing/core/src/zxing/DecodeHints.cpp:123
↓ 7 callersMethodgetZero
deps/zxing/core/src/zxing/common/reedsolomon/GenericGF.cpp:84
↓ 7 callersMethodget_index
deps/tesseract/ccutil/genericvector.h:749
↓ 7 callersFunctiongettimeofday
deps/tesseract/port/gettimeofday.cpp:23
↓ 7 callersMethodhist
deps/tesseract/textord/devanagari_processing.h:53
↓ 7 callersFunctionicvFSFlush
deps/opencv/modules/core/src/persistence.cpp:513
↓ 7 callersFunctionicvXMLSkipSpaces
deps/opencv/modules/core/src/persistence.cpp:1771
↓ 7 callersFunctioninRange_
deps/opencv/modules/core/src/arithm.cpp:2585
↓ 7 callersFunctioninitInterTab2D
deps/opencv/modules/imgproc/src/imgwarp.cpp:213
↓ 7 callersMethodisZero
* @return true iff this polynomial is the monomial "0" */
deps/zxing/core/src/zxing/pdf417/decoder/ec/ModulusPoly.cpp:84
↓ 7 callersMethodkatakana_sid
deps/tesseract/ccutil/unicharset.h:838
↓ 7 callersFunctionkernelSetElement
! * \brief kernelSetElement() * * \param[in] kel kernel * \param[in] row * \param[in] col * \param[in] val * \return 0 if OK; 1
deps/leptonica/src/kernel.c:242
← previousnext →1,001–1,100 of 13,842, ranked by callers