Home
last modified time | relevance | path

Searched refs:multichannel (Results 1 – 25 of 1060) sorted by relevance

12345678910>>...43

/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/transform/
H A Dpyramids.py12 def _smooth(image, sigma, mode, cval, multichannel=None): argument
17 if multichannel:
35 mode='reflect', cval=0, multichannel=False, argument
84 multichannel = channel_axis is not None
89 if multichannel:
155 multichannel = channel_axis is not None
160 if multichannel:
169 out = _smooth(resized, sigma, mode, cval, multichannel)
333 multichannel = channel_axis is not None
357 if multichannel:
[all …]
H A D_warps.py242 preserve_range=False, multichannel=False, argument
327 multichannel = channel_axis is not None
329 if ((not multichannel and len(scale) != image.ndim) or
330 (multichannel and len(scale) != image.ndim - 1)):
333 if multichannel:
337 if multichannel: # don't scale channel dimension
1054 scaling='linear', multichannel=False, channel_axis=None, argument
1118 multichannel = channel_axis is not None
1119 if image.ndim != 2 and not multichannel:
1123 if image.ndim != 3 and multichannel:
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/restoration/
H A Dj_invariant.py13 def _interpolate_image(image, *, multichannel=False): argument
29 spatialdims = image.ndim if not multichannel else image.ndim - 1
34 if multichannel:
127 multichannel = denoiser_kwargs['multichannel']
129 multichannel = denoiser_kwargs.get('channel_axis', None) is not None
131 interp = _interpolate_image(image, multichannel=multichannel)
135 spatialdims = image.ndim if not multichannel else image.ndim - 1
301 multichannel = denoiser_kwargs['multichannel']
303 multichannel = \
313 spatialdims = image.ndim if not multichannel else image.ndim - 1
H A D_cycle_spin.py13 def _generate_shifts(ndim, multichannel, max_shifts, shift_steps=1): argument
23 mc = int(multichannel)
26 elif multichannel and len(max_shifts) == ndim - 1:
33 elif multichannel and len(shift_steps) == ndim - 1:
41 if multichannel and max_shifts[-1] != 0:
53 multichannel=False, func_kw={}, *, channel_axis=-1): argument
127 multichannel = channel_axis is not None
128 all_shifts = _generate_shifts(x.ndim, multichannel, max_shifts,
H A Dnon_local_means.py15 multichannel=False, fast_mode=True, sigma=0., *, argument
148 multichannel = False
151 multichannel = True
168 if multichannel and not fast_mode:
H A D_denoise.py266 multichannel=False): argument
437 multichannel=False, *, channel_axis=None): argument
699 def _scale_sigma_and_image_consistently(image, sigma, multichannel, argument
706 if multichannel:
721 if multichannel:
756 wavelet_levels=None, multichannel=False, argument
874 multichannel = channel_axis is not None
882 if convert2ycbcr and not multichannel:
887 multichannel,
889 if multichannel:
[all …]
H A Dinpaint.py194 def inpaint_biharmonic(image, mask, multichannel=False, *, argument
251 multichannel = channel_axis is not None
252 img_baseshape = image.shape[:-1] if multichannel else image.shape
266 if not multichannel:
334 if not multichannel:
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/segmentation/
H A Drandom_walker_segmentation.py81 def _compute_weights_3d(data, spacing, beta, eps, multichannel): argument
94 if multichannel:
103 def _build_laplacian(data, spacing, mask, beta, multichannel): argument
107 multichannel=multichannel)
134 beta, multichannel): argument
150 beta=beta, multichannel=multichannel)
265 multichannel=False, return_full_prob=False, spacing=None, argument
452 multichannel = channel_axis is not None
453 if not multichannel:
491 beta, multichannel)
H A Dslic_superpixels.py16 def _get_mask_centroids(mask, n_centroids, multichannel): argument
53 ndim_spatial = mask.ndim - 1 if multichannel else mask.ndim
115 spacing=None, multichannel=True, convert2lab=None, argument
268 multichannel = channel_axis is not None
273 elif image.ndim == 3 and multichannel:
277 elif image.ndim == 3 and not multichannel:
281 if multichannel and (convert2lab or convert2lab is None):
298 centroids, steps = _get_mask_centroids(mask, n_segments, multichannel)
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/filters/tests/
H A Dtest_unsharp_mask.py25 radius, amount, shape, multichannel, dtype, offset, preserve): argument
30 channel_axis = -1 if multichannel else None
44 multichannel, preserve): argument
50 channel_axis = -1 if multichannel else None
90 multichannel, argument
98 output = unsharp_mask(array, radius, amount, multichannel=multichannel,
110 output = unsharp_mask(array, radius, amount, multichannel, preserve)
/dports/misc/py-gluonnlp/gluon-nlp-0.10.0/scripts/sentiment_analysis/
H A Dindex.rst45 | multichannel | 200 | 200 | 200 | 200 | 200 | 200 | 200 |
60 | multichannel | [4]/`log <https://github.com/dmlc/web-data/blob/master/gluonnlp/logs/sentiment/M…
75 | multichannel | 80.0 | 48.1 | 85.8 | 92.1 | 93.2 | 83.3 | 89.6 |
102 …_cnn.py --gpu 0 --batch_size 50 --epochs 200 --dropout 0.5 --model_mode multichannel --data_name MR
126 …nn.py --gpu 0 --batch_size 50 --epochs 200 --dropout 0.5 --model_mode multichannel --data_name SST…
150 …nn.py --gpu 0 --batch_size 50 --epochs 200 --dropout 0.5 --model_mode multichannel --data_name SST…
174 …nn.py --gpu 0 --batch_size 50 --epochs 200 --dropout 0.5 --model_mode multichannel --data_name Subj
198 …nn.py --gpu 0 --batch_size 50 --epochs 200 --dropout 0.5 --model_mode multichannel --data_name TREC
222 …_cnn.py --gpu 0 --batch_size 50 --epochs 200 --dropout 0.5 --model_mode multichannel --data_name CR
246 …nn.py --gpu 0 --batch_size 50 --epochs 200 --dropout 0.5 --model_mode multichannel --data_name MPQA
/dports/sysutils/py-execnet/execnet-1.6.0/testing/
H A Dtest_multi.py37 multichannel = execnet.MultiChannel([pc1, pc2])
38 l = multichannel.receive_each(withchannel=True)
41 l = multichannel.receive_each(withchannel=False)
87 multichannel = execnet.MultiChannel([pseudochannel(), pseudochannel()])
88 multichannel.waitclose()
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/sound/cards/
H A Demu10k1-jack.rst2 Low latency, multichannel audio with JACK and the emu10k1/emu10k2
6 latency, multichannel recording functionality. All of my recent work to allow
16 latency, multichannel features offered by the "kX ASIO" feature of their
26 the multichannel devices, set the in and out channels to 16, and the sample
39 popular belief, all emu10k1 cards are multichannel cards. Which of these
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/sound/cards/
H A Demu10k1-jack.rst2 Low latency, multichannel audio with JACK and the emu10k1/emu10k2
6 latency, multichannel recording functionality. All of my recent work to allow
16 latency, multichannel features offered by the "kX ASIO" feature of their
26 the multichannel devices, set the in and out channels to 16, and the sample
39 popular belief, all emu10k1 cards are multichannel cards. Which of these
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/sound/cards/
H A Demu10k1-jack.rst2 Low latency, multichannel audio with JACK and the emu10k1/emu10k2
6 latency, multichannel recording functionality. All of my recent work to allow
16 latency, multichannel features offered by the "kX ASIO" feature of their
26 the multichannel devices, set the in and out channels to 16, and the sample
39 popular belief, all emu10k1 cards are multichannel cards. Which of these
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/media/api/
H A Dcast_sounds_manager.h31 bool multichannel,
43 bool multichannel,
/dports/audio/drumgizmo/drumgizmo-0.9.19/
H A DABOUT1 DrumGizmo is an open source, multichannel, multilayered, cross-platform drum
3 mix them with a multichannel approach. It is comparable to that of mixing a
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/feature/
H A D_hog.py52 feature_vector=True, multichannel=None, *, channel_axis=None): argument
158 multichannel = channel_axis is not None
159 ndim_spatial = image.ndim - 1 if multichannel else image.ndim
188 if multichannel:
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/feature/tests/
H A Dtest_hog.py263 def test_hog_incorrect_dimensions(shape, multichannel): argument
267 feature.hog(img, multichannel=multichannel, block_norm='L1')
274 hog_ref = feature.hog(img, multichannel=True, block_norm='L1')
278 hog_fact = feature.hog(np.roll(img, n, axis=2), multichannel=True,
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Guides/
H A DMultichannel-Expansion.schelp2 summary:: Explaining multichannel expansion and representation
19multichannel output, UGens create a separate UGen known as an link::Classes/OutputProxy:: for each…
28 …om the input array. This is called multichannel expansion. All but a few special unit generators p…
64 Many operators and methods also multichannel expand. For example all common math operators:
76 You can use link::Classes/Object#-multiChannelPerform:: to do multichannel expansion with any metho…
85 subsection:: Using flop for multichannel expansion
137 …ight expect from the previously described. E.g. the following doesn't multichannel-expand properly:
185 …e stereo output from mono input, and might not behave as expected regarding multichannel expansion.
244 The link::Classes/Mix:: object provides the means for reducing multichannel arrays to a single chan…
/dports/audio/supercollider/SuperCollider-3.11.0-Source/testsuite/classlibrary/
H A DTestScore.sc39 …(onsetTimes, [0.5, 1, 2], "onsets should be correctly derived from lag in multichannel expanding");
48 …es, [0.5, 1, 2], "onsets should be correctly derived from timingOffset in multichannel expanding");
57 …0.7, 1], "onsets should be correctly derived from lag and timingOffset in multichannel expanding");
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/board/
H A Dgazerbeam.c43 int multichannel; member
123 priv->multichannel = mc4 ? 4 : (mc2 ? 2 : (sc ? 1 : 0)); in _read_board_variant_data()
199 *val = priv->multichannel; in board_gazerbeam_get_int()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/board/
H A Dgazerbeam.c43 int multichannel; member
123 priv->multichannel = mc4 ? 4 : (mc2 ? 2 : (sc ? 1 : 0)); in _read_board_variant_data()
199 *val = priv->multichannel; in board_gazerbeam_get_int()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/sysinfo/
H A Dgazerbeam.c44 int multichannel; member
126 priv->multichannel = mc4 ? 4 : (mc2 ? 2 : (sc ? 1 : 0)); in _read_sysinfo_variant_data()
202 *val = priv->multichannel; in sysinfo_gazerbeam_get_int()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/drivers/sysinfo/
H A Dgazerbeam.c44 int multichannel; member
126 priv->multichannel = mc4 ? 4 : (mc2 ? 2 : (sc ? 1 : 0)); in _read_sysinfo_variant_data()
202 *val = priv->multichannel; in sysinfo_gazerbeam_get_int()

12345678910>>...43