Home
last modified time | relevance | path

Searched refs:Binarize (Results 1 – 25 of 82) sorted by relevance

1234

/dports/math/mlpack/mlpack-3.4.2/src/mlpack/core/data/
H A Dbinarize.hpp41 void Binarize(const arma::Mat<T>& input, in Binarize() function
77 void Binarize(const arma::Mat<T>& input, in Binarize() function
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/preprocess/
H A Dpreprocess_binarize_main.cpp111 data::Binarize<double>(input, output, threshold, dimension); in mlpackMain()
116 data::Binarize<double>(input, output, threshold); in mlpackMain()
/dports/biology/py-orange3-single-cell/orange3-single-cell-0.8.2/orangecontrib/single_cell/tests/preprocess/
H A Dtest_scpreprocess.py8 LogarithmicScale, Binarize, NormalizeSamples, NormalizeGroups,
35 table = Binarize()(self.table)
42 table = Binarize(Binarize.Greater, 5)(self.table)
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/tests/
H A Dbinarize_test.cpp33 Binarize<double>(input, output, threshold, dimension);
56 Binarize<double>(input, output, threshold);
H A Daugmented_rnns_tasks_test.cpp35 using mlpack::data::Binarize;
H A Drecurrent_network_test.cpp845 data::Binarize(outputSlice, outputSlice, 0.5); in DistractedSequenceRecallTestNetwork()
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/ann/augmented/tasks/
H A Dadd_impl.hpp103 Binarize(vecInput, input); in Generate()
104 Binarize(vecLabels, labels); in Generate()
135 void AddTask::Binarize(const arma::field<arma::vec>& input, in Binarize() function in mlpack::ann::augmented::tasks::AddTask
H A Dadd.hpp92 void Binarize(const arma::field<arma::vec>& input,
/dports/biology/py-orange3-single-cell/orange3-single-cell-0.8.2/orangecontrib/single_cell/tests/
H A Dtest_owscpreprocess.py7 LogarithmicScale, Binarize, Normalize,
67 self.assertIsInstance(p, Binarize)
68 self.assertEqual(p.condition, Binarize.GreaterOrEqual)
/dports/multimedia/vapoursynth/vapoursynth-R54/doc/functions/
H A Dbinarize.rst1 Binarize/BinarizeMask
4 .. function:: Binarize(clip clip[, float[] threshold, float[] v0, float[] v1, int[] planes=[0, 1, 2…
/dports/biology/py-orange3-single-cell/orange3-single-cell-0.8.2/orangecontrib/single_cell/preprocess/
H A Dscpreprocess.py28 class Binarize(Preprocess): class
39 if self.condition == Binarize.GreaterOrEqual:
41 elif self.condition == Binarize.Greater:
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/wechat_qrcode/src/
H A Dbinarizermgr.hpp34 zxing::Ref<zxing::Binarizer> Binarize(zxing::Ref<zxing::LuminanceSource> source);
H A Dbinarizermgr.cpp25 zxing::Ref<Binarizer> BinarizerMgr::Binarize(zxing::Ref<LuminanceSource> source) { in Binarize() function in cv::wechat_qrcode::BinarizerMgr
H A Ddecodermgr.cpp62 zxing::Ref<zxing::Binarizer> binarizer = binarizer_mgr_.Binarize(source); in TryDecode()
/dports/biology/py-orange3-single-cell/orange3-single-cell-0.8.2/orangecontrib/single_cell/widgets/
H A Dowscpreprocess.py28 LogarithmicScale, Binarize, Normalize, NormalizeSamples, Standardize,
79 DEFAULT_CONDITION = Binarize.GreaterOrEqual
111 self.cond_cb.setCurrentIndex(enum_to_index(Binarize.Condition, cond))
115 cond = index_to_enum(Binarize.Condition, self.cond_cb.currentIndex())
122 return Binarize(condition, threshold)
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/bitmap2component/
H A Dbitmap2cmp_gui.cpp442 Binarize( (double) m_sliderThreshold->GetValue() / m_sliderThreshold->GetMax() ); in OpenProjectFiles()
604 void BM2CMP_FRAME::Binarize( double aThreshold ) in Binarize() function in BM2CMP_FRAME
656 Binarize( (double)m_sliderThreshold->GetValue()/m_sliderThreshold->GetMax() ); in OnNegativeClicked()
666 Binarize( (double)m_sliderThreshold->GetValue()/m_sliderThreshold->GetMax() ); in OnThresholdChange()
H A Dbitmap2cmp_gui.h130 void Binarize( double aThreshold ); // aThreshold = 0.0 (black level) to 1.0 (white level)
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Image/include/mirtk/
H A DDataFunctions.h1316 class Binarize : public ElementWiseUnaryOp
1327 Binarize(double l, double u = numeric_limits<double>::infinity())
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Applications/src/
H A Dtransform-image.cc308 BinaryImage Binarize(const GreyImage &seg, GreyPixel label) in Binarize() function
371 const BinaryImage mask = Binarize(seg, label); in ResampleLabel()
H A Dcalculate-element-wise.cc664 ops.push_back(UniquePtr<Op>(new Binarize(a, b))); in main()
/dports/math/py-mathics/Mathics3-2.2.0/mathics/builtin/drawing/
H A Dimage.py1406 class Binarize(_SkimageBuiltin): class
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/mediax/jai/operator/
H A Dcom.lightcrafts.mediax.jai.operator.properties43 BinarizeDescriptor0 = Binarize an image from a threshold value.
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/resources/com/lightcrafts/mediax/jai/
H A Dcom.lightcrafts.mediax.jai.operator.properties43 BinarizeDescriptor0 = Binarize an image from a threshold value.
/dports/math/reduce/Reduce-svn5758-src/packages/redlog/tplp/
H A Dtplpkapur.red125 % Binarize a formula. [f] is a formula. Returns a formula with just
/dports/multimedia/kdenlive/kdenlive-21.12.3/po/da/
H A Dkdenlive.po2186 msgid "Binarize"
2187 msgstr "Binarize"
19854 #~ msgid "Binarize dynamically"
19855 #~ msgstr "Binarize dynamisk"

1234