We propose a fast and effective method, fast target detection (FTD), to detect the moving cooperative target for the unmanned aerial vehicle landing, and the target is composed of double circles and a cross. The purpose of our strategy is to land on the target. The FTD method needs to detect the target at the high and low heights. At the high height, the target appears completely and stably in the camera field. The FTD method can detect the circle and cross to rapidly reach the target center, named cross and circle–FTD (
C
2
−
F
T
D). To detect the cross, we propose a slope distance equation to obtain the distance between two slopes. The proposed slopes cluster method, based on the distance equation and
K‐means, is used to determine the cross center. At the low height, the target appears incompletely and unstably. Therefore, FTD methods detect only the cross, named cross–FTD (
C
1
−
F
T
D). We extract the cross features (
CFs) based on line segments. Then, four
CFs are combined based on graph theory. Experiments on our four datasets show that FTD has rapid speed and good performance. (Our method is implemented in C++ and is available at https://github.com/Li-Zhaoxi/UAV-Vision-Servo.) On the Mohamed Bin Zayed International Robotics Challenge datasets made we constructed,
C
2
−
F
T
D detects the target from a
960
×
540 image approximately
20
normalm
normals per pipeline with
82.24
%
F‐measure and tracks target approximately
6.27
normalm
normals per pipeline with
94.39
%
F‐measure.
C
1
−
F
T
D detects centers from a
480
×
270 image at approximately
4.69
normalm
normals per image with
86.05
%
F‐measure.