Home
last modified time | relevance | path

Searched refs:equal_channels (Results 1 – 16 of 16) sorted by relevance

/dports/devel/boost-docs/boost_1_72_0/boost/gil/
H A Ddeprecated.hpp22 #define equal_channels static_equal macro
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/gil/
H A Ddeprecated.hpp36 #define equal_channels static_equal macro
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/gil/
H A Ddeprecated.hpp36 #define equal_channels static_equal macro
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/gil/
H A Ddeprecated.hpp22 #define equal_channels static_equal macro
/dports/databases/xtrabackup/boost_1_59_0/boost/gil/
H A Ddeprecated.hpp36 #define equal_channels static_equal macro
/dports/databases/percona57-server/boost_1_59_0/boost/gil/
H A Ddeprecated.hpp36 #define equal_channels static_equal macro
/dports/databases/percona57-client/boost_1_59_0/boost/gil/
H A Ddeprecated.hpp36 #define equal_channels static_equal macro
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/gil/
H A Ddeprecated.hpp36 #define equal_channels static_equal macro
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/gil/
H A Ddeprecated.hpp22 #define equal_channels static_equal macro
/dports/devel/boost-libs/boost_1_72_0/boost/gil/
H A Ddeprecated.hpp22 #define equal_channels static_equal macro
/dports/devel/boost-python-libs/boost_1_72_0/boost/gil/
H A Ddeprecated.hpp22 #define equal_channels static_equal macro
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/gil/
H A Ddeprecated.hpp36 #define equal_channels static_equal macro
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/gil/
H A Ddeprecated.hpp22 #define equal_channels static_equal
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/gil/
H A Ddeprecated.hpp36 #define equal_channels static_equal macro
/dports/devel/hyperscan/boost_1_75_0/boost/gil/
H A Ddeprecated.hpp22 #define equal_channels static_equal macro
/dports/graphics/mypaint/mypaint-2.0.1/lib/layer/
H A Dtree.py2259 equal_channels = (targ_img == bd_img) # NxNn4 dtype=bool
2260 if equal_channels.all():
2263 equal_px = equal_channels.all(axis=2, keepdims=True) # NxNx1