Home
last modified time | relevance | path

Searched +defs:w +defs:normalize (Results 1 – 25 of 840) sorted by relevance

12345678910>>...34

/dports/misc/openmvg/openMVG-2.0/src/openMVG/image/
H A Dimage_filtering.hpp41 void ImageXDerivative( const Image & img , Image & out , const bool normalize = true ) in ImageXDerivative()
61 void ImageYDerivative( const Image & img , Image & out , const bool normalize = true ) in ImageYDerivative()
81 void ImageSobelXDerivative( const Image & img , Image & out , const bool normalize = true ) in ImageSobelXDerivative()
108 void ImageSobelYDerivative( const Image & img , Image & out , const bool normalize = true ) in ImageSobelYDerivative()
134 void ImageScharrXDerivative( const Image & img , Image & out , const bool normalize = true ) in ImageScharrXDerivative()
160 void ImageScharrYDerivative( const Image & img , Image & out , const bool normalize = true ) in ImageScharrYDerivative()
208 const double w = 10.0 / 3.0; in ImageScaledScharrXDerivative() local
248 const double w = 10.0 / 3.0; in ImageScaledScharrYDerivative() local
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/doclayout-0.3.0.2/src/Text/
H A DDocLayout.hs308 normalize [] = [] function
311 normalize [NewLine] = normalize [CarriageReturn] function
312 normalize [BlankLines _] = normalize [CarriageReturn] function
313 normalize [BreakingSpace] = [] function
331 normalize (BreakingSpace : NewLine : xs) = normalize (NewLine:xs) function
334 normalize (x:xs) = x : normalize xs function
340 w = w1 + w2 function
477 offsetOf (Block w _) = w function
478 offsetOf (VFill w _) = w function
605 rblock w = block (\s -> replicateChar (w - realLength s) ' ' <> s) w function
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/doclayout-0.3/src/Text/
H A DDocLayout.hs308 normalize [] = [] function
311 normalize [NewLine] = normalize [CarriageReturn] function
312 normalize [BlankLines _] = normalize [CarriageReturn] function
313 normalize [BreakingSpace] = [] function
331 normalize (BreakingSpace : NewLine : xs) = normalize (NewLine:xs) function
334 normalize (x:xs) = x : normalize xs function
340 w = w1 + w2 function
477 offsetOf (Block w _) = w function
478 offsetOf (VFill w _) = w function
604 rblock w = block (\s -> replicateChar (w - realLength s) ' ' <> s) w function
[all …]
/dports/www/wt/wt-4.6.1/src/Wt/
H A DWVector4.C26 WVector4::WVector4(double x, double y, double z, double w) in WVector4()
57 const double &WVector4::w() const in w() function
77 double &WVector4::w() in w() function
82 WVector4 WVector4::normalize() const in normalize() function
/dports/biology/protomol/protomol/framework/base/
H A DVector3D.h88 Vector3D multiply(Real w) const {return (*this)*w;} in multiply()
93 Vector3D divide(Real w) const {return (*this)/w;} in divide()
134 Vector3D &intoMultiply(Real w) {return (*this)*=w;} in intoMultiply()
142 Vector3D &intoDivide(Real w) {return (*this)/=w;} in intoDivide()
145 Vector3D &intoWeightedAdd(Real w, const Vector3D& b) { in intoWeightedAdd()
152 Vector3D &intoWeightedSubtract(Real w, const Vector3D& b) { in intoWeightedSubtract()
170 Real normalize() { in normalize() function
/dports/java/java3d/java3d-1.5.2/vecmath/src/javax/vecmath/
H A DVector4d.java53 public Vector4d(double x, double y, double z, double w) in Vector4d()
181 public final void normalize(Vector4d v1) in normalize() method in Vector4d
196 public final void normalize() in normalize() method in Vector4d
H A DVector4f.java53 public Vector4f(float x, float y, float z, float w) in Vector4f()
184 public final void normalize(Vector4f v1) in normalize() method in Vector4f
200 public final void normalize() in normalize() method in Vector4f
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/glmark2/src/src/libmatrix/
H A Dvec.h199 void normalize() in normalize() function
411 void normalize() in normalize() function
457 tvec4(const T x, const T y, const T z, const T w) : in tvec4()
485 const T w() const { return w_; } in w() function
490 void w(const T& val) { w_ = val; } in w() function
648 void normalize() in normalize() function
/dports/benchmarks/glmark2/glmark2-2021.12/src/libmatrix/
H A Dvec.h199 void normalize() in normalize() function
411 void normalize() in normalize() function
457 tvec4(const T x, const T y, const T z, const T w) : in tvec4()
485 const T w() const { return w_; } in w() function
490 void w(const T& val) { w_ = val; } in w() function
648 void normalize() in normalize() function
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/rgbd/src/
H A Ddqb.hpp44 float normalize() in normalize() function in cv::dynafu::Quaternion
53 float w() const {return coeff[0];} in w() function in cv::dynafu::Quaternion
/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/htable/tools/
H A Dhsearchspeed.c18 static size_t normalize(const struct timeabs *start, in normalize() function
29 char **w; in main() local
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/openvr/samples/shared/
H A DVectors.h113 float w; member
273 inline Vector2& Vector2::normalize() in normalize() function
430 inline Vector3& Vector3::normalize() in normalize() function
583 inline void Vector4::set(float x, float y, float z, float w) in set()
601 inline Vector4& Vector4::normalize() in normalize() function
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/openvr/samples/shared/
H A DVectors.h113 float w; member
273 inline Vector2& Vector2::normalize() in normalize() function
430 inline Vector3& Vector3::normalize() in normalize() function
583 inline void Vector4::set(float x, float y, float z, float w) in set()
601 inline Vector4& Vector4::normalize() in normalize() function
/dports/devel/spark/spark-2.1.1/mllib/src/main/scala/org/apache/spark/mllib/clustering/
H A DPowerIterationClustering.scala183 val w = normalize(graph) constant
205 val w = normalize(similarities) constant
255 def normalize(graph: Graph[Double, Double]): Graph[Double, Double] = { method
282 def normalize(similarities: RDD[(Long, Long, Double)]) method
/dports/devel/scandoc/scandoc-0.14/test/
H A Dexample.h32 Fl_ScanDoc_Widget (int x, int y, int w, int h, char *l) : Fl_Widget (x, y, w, h, l) { in Fl_ScanDoc_Widget()
51 static const bool normalize; variable
/dports/print/lyx/lyx-2.3.4.2/src/mathed/
H A DInsetMathBox.cpp52 void InsetMathBox::normalize(NormalStream & os) const in normalize() function in lyx::InsetMathBox
160 void InsetMathFBox::normalize(NormalStream & os) const in normalize() function in lyx::InsetMathFBox
227 int w = wdim.wid; in metrics() local
255 int w = mathed_char_width(pi.base.font, '['); in draw() local
295 void InsetMathMakebox::normalize(NormalStream & os) const in normalize() function in lyx::InsetMathMakebox
382 void InsetMathBoxed::normalize(NormalStream & os) const in normalize() function in lyx::InsetMathBoxed
H A DInsetMathKern.cpp30 InsetMathKern::InsetMathKern(Length const & w) in InsetMathKern()
71 void InsetMathKern::normalize(NormalStream & os) const in normalize() function in lyx::InsetMathKern
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dbox_filter.dispatch.cpp62 Size ksize, Point anchor, int borderType, bool normalize ) in ocl_boxFilter3x3_8UC1()
117 … Size ksize, Point anchor, int borderType, bool normalize, bool sqr = false ) in ocl_boxFilter()
155 int w = isolated ? size.width : wholeSize.width; in ocl_boxFilter() local
310 Point anchor, bool normalize, int borderType) in createBoxFilter()
320 …template <> inline bool skipSmallImages<VX_KERNEL_BOX_3x3>(int w, int h) { return w*h < 640 * 480;… in skipSmallImages()
324 bool normalize, int borderType) in openvx_boxfilter()
442 bool normalize, int borderType) in boxFilter()
515 bool normalize, int borderType) in sqrBoxFilter()
/dports/games/sea-defender/Sea-Defender-d628051/math3d++/
H A Dvec4.h54 inline vec4::vec4(Real x, Real y, Real z, Real w) { in vec4()
62 inline vec4::vec4(const vec3& v, Real w) { in vec4()
271 inline vec4& normalize(vec4& v) { in normalize() function
/dports/math/fcl05/fcl-0.5.0/include/fcl/math/
H A Dvec_3f.h101 inline Vec3fX& normalize() in normalize() function
109 inline Vec3fX& normalize(bool* signal) in normalize() function
169 static inline Vec3fX<T> normalize(const Vec3fX<T>& v) in normalize() function
210 void generateCoordinateSystem(const Vec3fX<T>& w, Vec3fX<T>& u, Vec3fX<T>& v) in generateCoordinateSystem()
/dports/games/torcs/torcs-1.3.7/src/libs/math/
H A Dv4_t.h49 v4t(const T x, const T y, const T z, const T w):x(x), y(y), z(z), w(w) {} in v4t()
78 struct { T x, y, z, w; }; member
218 template<class T> inline void v4t<T>::normalize(void) in normalize() function
/dports/misc/py-gluoncv/gluon-cv-0.9.0/gluoncv/torch/data/transforms/videotransforms/
H A Dfunctional.py13 def crop_clip(clip, min_h, min_w, h, w): argument
78 def normalize(clip, mean, std, inplace=False): function
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/thirdparty/bcd/ext/eigen/Eigen/src/Geometry/
H A DQuaternion.h67 EIGEN_DEVICE_FUNC inline Scalar w() const { return this->derived().coeffs().coeff(3); } in w() function
76 EIGEN_DEVICE_FUNC inline Scalar& w() { return this->derived().coeffs().coeffRef(3); } in w() function
124 EIGEN_DEVICE_FUNC inline void normalize() { coeffs().normalize(); } in normalize() function
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/include/Eigen/src/Geometry/
H A DQuaternion.h66 inline Scalar w() const { return this->derived().coeffs().coeff(3); } in w() function
75 inline Scalar& w() { return this->derived().coeffs().coeffRef(3); } in w() function
123 inline void normalize() { coeffs().normalize(); } in normalize() function
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/Eigen/src/Geometry/
H A DQuaternion.h66 inline Scalar w() const { return this->derived().coeffs().coeff(3); } in w() function
75 inline Scalar& w() { return this->derived().coeffs().coeffRef(3); } in w() function
123 inline void normalize() { coeffs().normalize(); } in normalize() function

12345678910>>...34