MCPcopy Create free account

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

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

↓ 48 callersMethodNextRectSearch
deps/tesseract/textord/bbgrid.h:845
↓ 48 callersMethodptr
deps/opencv/modules/core/src/matrix.cpp:3839
↓ 48 callersMethodtruncate
Truncates the array to the given size by removing the end. If the current size is less, the array is not expanded.
deps/tesseract/ccutil/genericvector.h:130
↓ 47 callersMethodStartRectSearch
deps/tesseract/textord/bbgrid.h:833
↓ 47 callersMethodx_height
deps/tesseract/ccstruct/ocrrow.h:61
↓ 46 callersFunctionalignPtr
deps/opencv/modules/core/include/opencv2/core/core.hpp:331
↓ 46 callersFunctionpixSetOrClearBorder
-------------------------------------------------------------* * Set border pixels * *--------------------
deps/leptonica/src/pix2.c:1426
↓ 46 callersMethodtype
deps/opencv/modules/core/src/matrix.cpp:1249
↓ 45 callersFunctionfpixGetData
! * \brief fpixGetData() * * \param[in] fpix * \return ptr FPix::data, or NULL on error */
deps/leptonica/src/fpix1.c:597
↓ 45 callersFunctionround
src/image.cc:23
↓ 45 callersFunctionseterror
deps/zxing/core/src/win32/zxing/win_iconv.c:1108
↓ 44 callersFunctioncvAlloc
deps/opencv/modules/core/src/alloc.cpp:702
↓ 44 callersMethodgetHeight
deps/zxing/core/src/zxing/common/BitMatrix.cpp:93
↓ 43 callersFunctionCvtColorLoop
deps/opencv/modules/imgproc/src/color.cpp:227
↓ 43 callersMethodgetWidth
deps/zxing/core/src/zxing/common/BitMatrix.cpp:89
↓ 43 callersFunctionlodepng_malloc
deps/lodepng/lodepng.cpp:63
↓ 42 callersFunctionInit
deps/tesseract/api/baseapi.h:237
↓ 42 callersFunctioncvGetMat
convert array (CvMat or IplImage) to CvMat
deps/opencv/modules/core/src/array.cpp:2373
↓ 42 callersFunctioncvSetSeqReaderPos
Set reader position to given position, * either absolute or relative to the * current one: */
deps/opencv/modules/core/src/datastructs.cpp:1032
↓ 42 callersFunctionfpixGetDimensions
--------------------------------------------------------------------* * FPix Accessors * *------
deps/leptonica/src/fpix1.c:407
↓ 42 callersMethodout_list
deps/tesseract/ccstruct/stepblob.h:64
↓ 42 callersFunctionparams
deps/tesseract/ccutil/ccutil.h:63
↓ 41 callersFunctionpixScale
------------------------------------------------------------------* * Top level scaling dispatcher * *----------
deps/leptonica/src/scale1.c:242
↓ 40 callersMethodIsNumber
deps/tesseract/cube/tess_lang_mod_edge.h:89
↓ 40 callersFunctionReverseN
Reverse the order of bytes in a n byte quantity for big/little-endian switch.
deps/tesseract/ccutil/helpers.h:177
↓ 40 callersMethodSetUniqueMode
Sets the search mode to return a box only once. Efficiency warning: Implementation currently uses a squared-order search in the number of returned ele
deps/tesseract/textord/bbgrid.h:254
↓ 40 callersMethodcblob_list
Accessors for good blobs in various formats.
deps/tesseract/ccstruct/werd.h:100
↓ 40 callersFunctionfpixDestroy
! * \brief fpixDestroy() * * \param[in,out] pfpix will be nulled * \return void * * <pre> * Notes: * (1) Decrements the ref count an
deps/leptonica/src/fpix1.c:368
↓ 40 callersFunctionintArray
deps/zxing/core/src/zxing/qrcode/2Version.cpp:210
↓ 40 callersMethodneighbour
deps/tesseract/ccstruct/blobbox.h:355
↓ 40 callersFunctionpixSetAll
! * \brief pixSetAll() * * \param[in] pix all depths; use cmapped with caution * \return 0 if OK, 1 on error * * <pre> * Notes: * (
deps/leptonica/src/pix2.c:728
↓ 40 callersMethodtype
deps/tesseract/textord/tablefind.h:94
↓ 39 callersMethodRemoveBBox
deps/tesseract/textord/bbgrid.h:536
↓ 39 callersMethodget_isdigit
Return the isdigit property of the given unichar.
deps/tesseract/ccutil/unicharset.h:470
↓ 39 callersFunctioninfo
deps/opencv/modules/core/include/opencv2/core/core.hpp:4538
↓ 39 callersFunctionlqueueAdd
--------------------------------------------------------------------------* * Accessors
deps/leptonica/src/queue.c:186
↓ 39 callersFunctionpixThresholdToBinary
------------------------------------------------------------------* * Simple (pixelwise) binarization with fixed threshold * *----------
deps/leptonica/src/grayquant.c:442
↓ 39 callersFunctionptaJoin
! * \brief ptaJoin() * * \param[in] ptad dest pta; add to this one * \param[in] ptas source pta; add from this one * \param[in] ista
deps/leptonica/src/ptafunc1.c:153
↓ 38 callersFunctionNewPermanentTessCallback
deps/tesseract/ccutil/tesscallback.h:115
↓ 38 callersFunctioncreate
deps/opencv/modules/core/include/opencv2/core/opengl_interop.hpp:90
↓ 38 callersFunctionfopenWriteStream
! * \brief fopenWriteStream() * * \param[in] filename * \param[in] modestring * \return stream, or NULL on error * * <pre> * Notes:
deps/leptonica/src/utils2.c:1635
↓ 38 callersFunctionfpixGetWpl
! * \brief fpixGetWpl() * * \param[in] fpix * \return wpl, or UNDEF on error */
deps/leptonica/src/fpix1.c:454
↓ 38 callersFunctionnumaSetValue
! * \brief numaSetValue() * * \param[in] na * \param[in] index to element to be set * \param[in] val to set element * \return 0 i
deps/leptonica/src/numabasic.c:758
↓ 38 callersFunctionpixDisplay
! * \brief pixDisplay() * * \param[in] pix 1, 2, 4, 8, 16, 32 bpp * \param[in] x, y location of display frame on the screen * \return 0
deps/leptonica/src/writefile.c:870
↓ 38 callersMethodpoly_block
deps/tesseract/ccstruct/pdblock.h:55
↓ 37 callersFunctionelemSize
deps/opencv/modules/core/include/opencv2/core/opengl_interop.hpp:129
↓ 37 callersMethodinit_to_size
deps/tesseract/ccutil/genericvector.h:675
↓ 37 callersFunctionl_dnaGetCount
----------------------------------------------------------------------* * Dna accessors * *--
deps/leptonica/src/dnabasic.c:596
↓ 37 callersFunctionmakePixelSumTab8
! * \brief makePixelSumTab8() * * \return table of 256 l_int32, or NULL on error * * <pre> * Notes: * (1) This table of integers gives
deps/leptonica/src/pix3.c:2297
↓ 37 callersFunctionpixAddBorder
-------------------------------------------------------------* * Add and remove border * *--------------------
deps/leptonica/src/pix2.c:1735
↓ 37 callersFunctionpixSetAllArbitrary
! * \brief pixSetAllArbitrary() * * \param[in] pix all depths; use cmapped with caution * \param[in] val value to set all pixels * \retu
deps/leptonica/src/pix2.c:863
↓ 37 callersFunctionpixSubtract
! * \brief pixSubtract() * * \param[in] pixd [optional]; this can be null, equal to pixs1, * equal to pixs2, or differen
deps/leptonica/src/pix3.c:1638
↓ 37 callersMethodset_left
deps/tesseract/textord/tablefind.h:64
↓ 37 callersMethodset_right
deps/tesseract/textord/tablefind.h:68
↓ 36 callersMethodPrint
Print basic information about this tab vector.
deps/tesseract/textord/tabvector.cpp:525
↓ 36 callersFunctionUpdateRange
deps/tesseract/ccutil/helpers.h:125
↓ 36 callersMethodaddParam
deps/opencv/modules/core/src/algorithm.cpp:1153
↓ 36 callersMethodconvertTo
deps/opencv/modules/imgproc/src/generalized_hough.cpp:244
↓ 36 callersFunctionl_dnaAddNumber
--------------------------------------------------------------------------* * Dna: add/remove number and extend array
deps/leptonica/src/dnabasic.c:438
↓ 36 callersMethodresize
deps/opencv/modules/imgproc/src/imgwarp.cpp:1858
↓ 36 callersMethodtype
deps/tesseract/dict/dawg.h:127
↓ 35 callersMethodadd
deps/tesseract/ccstruct/linlsq.cpp:49
↓ 35 callersMethodblob_type
deps/tesseract/textord/colpartition.h:148
↓ 35 callersFunctionexp
deps/opencv/modules/core/src/mathfuncs.cpp:1151
↓ 35 callersFunctionlog
deps/opencv/modules/core/src/mathfuncs.cpp:1796
↓ 35 callersMethodmin_y
deps/tesseract/ccstruct/blobbox.h:557
↓ 35 callersFunctionnumaSetParameters
! * \brief numaSetParameters() * * \param[in] na * \param[in] startx x value corresponding to na[0] * \param[in] delx difference in x
deps/leptonica/src/numabasic.c:965
↓ 35 callersFunctionpixMorphSequence
-------------------------------------------------------------------------* * Run a sequence of binary rasterop morphological operations
deps/leptonica/src/morphseq.c:132
↓ 35 callersFunctionpixaaGetPixa
! * \brief pixaaGetPixa() * * \param[in] paa * \param[in] index to the index-th pixa * \param[in] accesstype L_COPY, L_CLONE, L_COPY
deps/leptonica/src/pixabasic.c:2112
↓ 34 callersFunctionalloc_mem
deps/tesseract/ccutil/memry.cpp:47
↓ 34 callersFunctionclamp
deps/jpg/jpge.cpp:61
↓ 34 callersMethodjoined_to_prev
deps/tesseract/ccstruct/blobbox.h:241
↓ 34 callersMethodowner
deps/tesseract/ccstruct/blobbox.h:337
↓ 34 callersFunctionpixReduceRankBinaryCascade
------------------------------------------------------------------* * Rank filtered binary reductions * *----------
deps/leptonica/src/binreduce.c:147
↓ 34 callersFunctionpixSetSpp
* pixSetSpp() * Input: pix * spp (1, 3 or 4) * Return: 0 if OK, 1 on error * * Notes: * (1) For a 32 bpp pix, thi
deps/leptonica/src/pix1.c:1159
↓ 34 callersFunctionptaaGetPta
! * \brief ptaaGetPta() * * \param[in] ptaa * \param[in] index to the i-th pta * \param[in] accessflag L_COPY or L_CLONE * \return
deps/leptonica/src/ptabasic.c:1093
↓ 33 callersMethodassign
deps/opencv/modules/core/src/matop.cpp:1189
↓ 33 callersMethodmove_to_last
deps/tesseract/ccutil/elst2.h:654
↓ 33 callersFunctionnumaGetMax
! * \brief numaGetMax() * * \param[in] na source numa * \param[out] pmaxval [optional] max value * \param[out] pimaxloc [optional] index
deps/leptonica/src/numafunc1.c:472
↓ 33 callersFunctionpixAnd
! * \brief pixAnd() * * \param[in] pixd [optional]; this can be null, equal to pixs1, * different from pixs1 * \param[i
deps/leptonica/src/pix3.c:1509
↓ 33 callersFunctionpixFMorphopGen_2
! * \brief pixFMorphopGen_2() * * \param[in] pixd usual 3 choices: null, == pixs, != pixs * \param[in] pixs 1 bpp * \param[in] operati
deps/leptonica/src/dwacomb.2.c:202
↓ 33 callersFunctionpixSwapAndDestroy
! * \brief pixSwapAndDestroy() * * \param[out] ppixd [optional] input pixd can be null, * and it must be different fro
deps/leptonica/src/pix1.c:942
↓ 33 callersFunctionpixaAddBox
! * \brief pixaAddBox() * * \param[in] pixa * \param[in] box * \param[in] copyflag L_INSERT, L_COPY, L_CLONE * \return 0 if OK, 1 on
deps/leptonica/src/pixabasic.c:537
↓ 33 callersFunctionsarrayToString
----------------------------------------------------------------------* * Conversion to string * *---
deps/leptonica/src/sarray1.c:763
↓ 32 callersFunctionbox_next
deps/tesseract/ccstruct/blobbox.cpp:631
↓ 32 callersFunctiongplotAddPlot
! * \brief gplotAddPlot() * * \param[in] gplot * \param[in] nax [optional] numa: set to null for Y_VS_I; * required for
deps/leptonica/src/gplot.c:262
↓ 32 callersMethodintercept
deps/tesseract/ccstruct/blobbox.h:584
↓ 32 callersMethodkind
deps/opencv/modules/core/src/matrix.cpp:1137
↓ 32 callersFunctionl_binaryWrite
! * \brief l_binaryWrite() * * \param[in] filename output * \param[in] operation "w" for write; "a" for append * \param[in] data bin
deps/leptonica/src/utils2.c:1366
↓ 32 callersMethodneeded
deps/opencv/modules/core/src/matrix.cpp:1698
↓ 32 callersFunctionnumaGetIArray
! * \brief numaGetIArray() * * \param[in] na * \return a copy of the bare internal array, integerized * by rounding, or NULL o
deps/leptonica/src/numabasic.c:819
↓ 32 callersMethodstep
deps/tesseract/ccstruct/quspline.cpp:192
↓ 31 callersMethodRun
deps/tesseract/ccutil/tesscallback.h:140
↓ 31 callersFunctioncvMat
Inline constructor. No data is allocated internally!!! * (Use together with cvCreateData, or use cvCreateMat instead to * get a matrix with allocate
deps/opencv/modules/core/include/opencv2/core/types_c.h:769
↓ 31 callersMethodget_isalpha
Return the isalpha property of the given unichar.
deps/tesseract/ccutil/unicharset.h:449
↓ 31 callersFunctionline
deps/opencv/modules/core/src/drawing.cpp:1704
↓ 31 callersFunctionpixAddBorderGeneral
! * \brief pixAddBorderGeneral() * * \param[in] pixs all depths; colormap ok * \param[in] left, right, top, bot number of pixels added *
deps/leptonica/src/pix2.c:1829
↓ 31 callersMethodplot
deps/tesseract/ccstruct/werd.cpp:297
↓ 31 callersMethodreset
deps/zxing/core/src/zxing/common/Counted.h:80
↓ 31 callersFunctionthrow_nogl
deps/opencv/modules/core/src/opengl_interop.cpp:63
← previousnext →201–300 of 13,842, ranked by callers