1,306 research outputs found
Efficiently Disassemble-and-Pack for Mechanism
In this paper, we present a disassemble-and-pack approach for a mechanism to
seek a box which contains total mechanical parts with high space utilization.
Its key feature is that mechanism contains not only geometric shapes but also
internal motion structures which can be calculated to adjust geometric shapes
of the mechanical parts. Our system consists of two steps: disassemble
mechanical object into a group set and pack them within a box efficiently. The
first step is to create a hierarchy of possible group set of parts which is
generated by disconnecting the selected joints and adjust motion structures of
parts in groups. The aim of this step is seeking total minimum volume of each
group. The second step is to exploit the hierarchy based on
breadth-first-search to obtain a group set. Every group in the set is inserted
into specified box from maximum volume to minimum based on our packing
strategy. Until an approximated result with satisfied efficiency is accepted,
our approach finish exploiting the hierarchy.Comment: 2 pages, 2 figure
Solving the Pose Ambiguity via a Simple Concentric Circle Constraint
Estimating the pose of objects with circle feature from images is a basic and important question in computer vision community. This paper is focused on the ambiguity problem in pose estimation of circle feature, and a new method is proposed based on the concentric circle constraint. The pose of a single circle feature, in general, can be determined from its projection in the image plane with a pre-calibrated camera. However, there are generally two possible sets of pose parameters. By introducing the concentric circle constraint, interference from the false solution can be excluded. On the basis of element at infinity in projective geometry and the Euclidean distance invariant, cases that concentric circles are coplanar and non-coplanar are discussed respectively. Experiments on these two cases are performed to validate the proposed method
Low-light Image Enhancement via CLIP-Fourier Guided Wavelet Diffusion
Low-light image enhancement techniques have significantly progressed, but
unstable image quality recovery and unsatisfactory visual perception are still
significant challenges. To solve these problems, we propose a novel and robust
low-light image enhancement method via CLIP-Fourier Guided Wavelet Diffusion,
abbreviated as CFWD. Specifically, CFWD leverages multimodal visual-language
information in the frequency domain space created by multiple wavelet
transforms to guide the enhancement process. Multi-scale supervision across
different modalities facilitates the alignment of image features with semantic
features during the wavelet diffusion process, effectively bridging the gap
between degraded and normal domains. Moreover, to further promote the effective
recovery of the image details, we combine the Fourier transform based on the
wavelet transform and construct a Hybrid High Frequency Perception Module
(HFPM) with a significant perception of the detailed features. This module
avoids the diversity confusion of the wavelet diffusion process by guiding the
fine-grained structure recovery of the enhancement results to achieve
favourable metric and perceptually oriented enhancement. Extensive quantitative
and qualitative experiments on publicly available real-world benchmarks show
that our approach outperforms existing state-of-the-art methods, achieving
significant progress in image quality and noise suppression. The project code
is available at https://github.com/hejh8/CFWD
- …