WO2000056056A2 - Method for optimization of video coverage - Google Patents

Method for optimization of video coverage Download PDF

Info

Publication number
WO2000056056A2
WO2000056056A2 PCT/US2000/040011 US0040011W WO0056056A2 WO 2000056056 A2 WO2000056056 A2 WO 2000056056A2 US 0040011 W US0040011 W US 0040011W WO 0056056 A2 WO0056056 A2 WO 0056056A2
Authority
WO
WIPO (PCT)
Prior art keywords
solutions
cameras
solution
mutated
recombined
Prior art date
Application number
PCT/US2000/040011
Other languages
French (fr)
Other versions
WO2000056056A3 (en
Inventor
Moshe Levin
Ido Ben Mordechai
Original Assignee
Showbites, Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Showbites, Inc. filed Critical Showbites, Inc.
Priority to AU32496/00A priority Critical patent/AU3249600A/en
Publication of WO2000056056A2 publication Critical patent/WO2000056056A2/en
Publication of WO2000056056A3 publication Critical patent/WO2000056056A3/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N5/00Details of television systems
    • H04N5/222Studio circuitry; Studio devices; Studio equipment
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N23/00Cameras or camera modules comprising electronic image sensors; Control thereof
    • H04N23/60Control of cameras or camera modules

Definitions

  • the present invention relates to video coverage of a given space using fixed cameras
  • each camera has a predetermined three-dimensional orientation (azimuth and
  • Real and still remote video systems cover a given space by a multiplicity of video
  • each camera has a location and
  • angular orientation that may be defined by the vector (x, y, z, ⁇ , ⁇ ) where x, y, z are the three-
  • ⁇ and ⁇ are the azimuth and elevation of the camera line of sight
  • a set of N cameras will be defined by M, an Nx 8 matrix. Mobility is defined as a
  • the level of mobility is a measure of mobility
  • a coverage priority level is defined such that for each point (xj> ,z ) a priority of
  • orientation for a given set of cameras best covering a predetermined three-dimensional area.
  • the invention is based on building a computerized three-dimensional model (like a DTM
  • It is a second object of this invention is to determine the best subset of cameras
  • the present invention provides a method of selecting a plurality of fixed camera
  • the cameras are capable of optical zoom in
  • the method determines the number of cameras required to cover a predetermined space (hall, sports field or any other defined location) within required
  • the method provides a mechanical mounting location for each
  • the cameras can be of the sort that have electronic navigation capabilities only. This is
  • invention can be used with remote access real and still video applications.
  • the optimization problem for a given space is to find the number N of cameras out of
  • the optimization technique will optimize the
  • the optimization technique utilized is a combination of genetic algorithms and
  • Simulated annealing is a simulated technique, which allows to provide an efficient
  • Fig. 1 is a view for describing the three-dimensional model of the area to be covered
  • Fig. 2 is a view of the three-dimensional model describing the ceiling of the above
  • the ceiling here means the maximum allowable height of the camera.
  • Fig. 3 is a view of all the parameters of the camera.
  • Fig. 4 depicts a high-level flowchart of the suggested method.
  • Fig. 5 depicts the camera footprint calculation.
  • Fig. 6 describes the recombination process.
  • Fig. 1 is a view for describing the three-dimensional model 100 of the area to be
  • the vector (x,y,z) defines a point in space which is the surface to be covered.
  • the surface here can describe the ground level or the outside of the building which the system has to
  • Fig. 2 is a view of the three-dimensional model 200 describing the ceiling 202 of the
  • the ceiling means the maximum allowable height of the camera.
  • This value can be set from the actual height of the area roof, the maximum height determined
  • the ceiling is
  • Fig. 3 is a view of all the parameters of the camera 102: x The x location of the camera. y The y location of the camera,
  • Fig. 4 is a high level description of the method according to either of the preferred embodiment
  • the genetic algorithm is activated to produce several solutions (step 408). For each
  • Fig. 5 describes the method by which the coverage of a single camera is calculated.
  • the areas to be covered are defined by a three-dimensional model.
  • the model is a set
  • the model is typically (but not necessarily)
  • An intermediate set is defined as L(x,y,z). For each point in the model, and a given
  • L(x,y,z) is defined as the number of cameras
  • the coverage quality will be calculated by the following formula:
  • k, and k 2 are calibration factors used to calibrate the relevant importance of the various
  • a large k optimizes the coverage with emphasis on coverage diversity, i.e., several
  • a small ⁇ _ optimizes the system to have at least one
  • the optimization parameters to be set are:
  • mutation_probability the probability that a specific value will be changed in the
  • Urv intermediate parameter, random variable.
  • power_of_bias the urv defined earlier is raised to the power of power of bias and
  • Step 0 - init
  • Step 1 local search
  • New_value Old_value + random number.
  • each pair of matrixes create a new matrix according to any of several combination
  • the first Bj elements will be taken from the matrix M, and the following 5- B j elements will be taken from the matrix M 2 .
  • Fig. 6 depicts the recombination process for a matrix of 5 cameras.
  • Step 4 Survivor selection
  • Steps 2 and 3 created a set of up to 2S+S 2 possible matrixes which stands for the
  • the highest rank solution (matrix) is the selected solution for the given number of cameras.
  • Search_radius search radius around the reference solution.
  • Step 1 Generate randomly a matrix in a distance (per variable) less than search_radius from
  • Step 2 - Calculate the resulting coverage level CL new .
  • Step 3 - if CL new is lower then CL then the new matrix will be the new reference. Otherwise,
  • the new matrix will be selected as the reference matrix with a probability of e "(C ne 'CL) T .
  • selection mechanism allows actual searching of global minimum and prevents locking in
  • the genetic algorithm is modified to handle selection of a subset of
  • the coverage level to include costs:
  • CL C is the generalized quality of coverage.
  • CL is the previously defined quality of coverage.
  • TC is the total cost of the cameras.
  • TC 0 is a threshold level of the cost.
  • r depicts the relative influence of the quality of coverage as measured earlier.
  • Step 0 - init
  • N an initial guess on the required number of cameras to meet the coverage
  • Step 1 local search
  • new_value old_value - differential_step*(CL new -
  • This step is the first step in the creation of matrixes with different sizes (variable
  • New_value Old_value + random
  • This step creates matrixes with different sizes (variable numbers of cameras).
  • M 2 can be of different sizes, N, and N 2 From each pair of matrixes create a new matrix
  • Step 4 Survivor selection
  • the above described process results in a variable size population, i.e., coverage
  • variable numbers of cameras as well.
  • Steps 2 and 3 created a set of size of up to 2S+S 2 possible matrixes which stand for
  • the simulated annealing procedure is done separately on each of the genetic algorithm
  • An output e.g., a display or a
  • printout can provide the optimized positions and angular orientations of the cameras, as well

Abstract

Optimizes the positions and angular orientations of cameras (102) used to cover a predetermined volume (100) such as a hall or sports field by combining a genetic algorithm and a simulated annealing algorithm. First, random initial solutions are generated and a local search is performed around each solution to find a local optimum solution. Then each local optimum solution is mutated randomly. The mutated solutions are combined and sorted by coverage level. The mutated solutions having the highest coverage levels are selected for simulated annealing. The simulated annealing algorithm generates a solution within a predetermined search radius of the mutated solution. A coverage level is calculated for the new solution. The simulated annealing algorithm repeats until global optimization is achieved. Each solution at each state is represented by a matrix whose orders equal the number of cameras (102) to be placed and the five degrees of freedom of each camera.

Description

METHOD FOR OPTIMIZATION OF VIDEO COVERAGE
REFERENCE TO RELATED APPLICATION
This application claims the benefit of U.S. Provisional Application No. 60/124,931,
filed March 18, 1999, whose disclosure is hereby incorporated by reference in its entirety into
the present disclosure.
BACKGROUND OF THE INVENTION
Field of the Invention
The present invention relates to video coverage of a given space using fixed cameras
in which each camera has a predetermined three-dimensional orientation (azimuth and
elevation) and more particularly to a method of optimizing the placement and angular orientation of the cameras.
Description of the Related Arts
Real and still remote video systems cover a given space by a multiplicity of video
cameras. The video cameras may be fixed or mobile. Firstly, each camera has a location and
angular orientation that may be defined by the vector (x, y, z, θ, φ) where x, y, z are the three-
dimensional coordinates and θ and φ are the azimuth and elevation of the camera line of sight
are relative to the x, y, z coordinate system. Secondly, we will define θ . and αφ , as the
maximum field of view for each camera and c as a cost attribute. We will define the space to
be covered as a three-dimensional surface of points xhyk defined by a height coordinate z for
each x^. A set of N cameras will be defined by M, an Nx 8 matrix. Mobility is defined as a
change in any one of the above mentioned vector (or matrix) values. The level of mobility is
determined by the mechanical mounting of the camera. A coverage priority level is defined such that for each point (xj> ,z ) a priority of
coverage value, P is assigned.
Further we define a coverage level criterion CL that for each given matrix M
represents the quality of coverage.
The prior art provides no efficient way to optimize CL. Trial and error should not be
relied upon.
SUMMARY OF THE INVENTION
It is therefore an object of this invention to determine the best location and angular
orientation for a given set of cameras, best covering a predetermined three-dimensional area.
The invention is based on building a computerized three-dimensional model (like a DTM
map) of the area to be covered, setting coverage priorities to each point on the three-
dimensional surface and using an efficient combination of mathematical optimization techniques to set the best location of cameras required to obtain a predefined level of quality.
It is a second object of this invention is to determine the best subset of cameras,
locations and orientation, chosen from a predefined set of cameras. That is, the number of
cameras is optimized along with their positions and angular orientations. The selected set will
have minimal total cost while maintaining a predefined criteria of coverage.
The present invention provides a method of selecting a plurality of fixed camera
locations and angular orientations and which in one embodiment is capable of reducing the
total required number of cameras to cover a given three dimensional space. Each single
camera has a mechanical installation point and fixed orientation (elevation and azimuth
angles relative to a chosen coordinates system). The cameras are capable of optical zoom in
and zoom out and electronic selection of the view within the mechanical limitation of the
camera mount. The method determines the number of cameras required to cover a predetermined space (hall, sports field or any other defined location) within required
performance criteria. Further, the method provides a mechanical mounting location for each
of the selected cameras, and the installation orientation.
The cameras can be of the sort that have electronic navigation capabilities only. This
invention can be used with remote access real and still video applications.
The optimization problem for a given space is to find the number N of cameras out of
the set of K≥N cameras, and the values (x,y,z, θ, φ, θ„ aφl,c 0<i<N which will meet a
predetermined level of CL. In addition, the optimization technique will optimize the
coverage for a given level of coverage.
The optimization technique utilized is a combination of genetic algorithms and
simulated annealing.
Genetic algorithms are local search methods where the neighborhood generation
mechanism is inspired by real life process of genetics and evolution. In particular, the current
sub-optimal solution is modified by "splicing" and "mutation" to obtain the next generation
solutions.
Simulated annealing is a simulated technique, which allows to provide an efficient
search with a mechanism allowing not to be stuck in one local minimum.
The combination allows exploitation of both optimization techniques to produce a
robust fast converging solution.
BRIEF DESCRIPTION OF THE DRAWINGS
The above and other objects, features and advantages of the present invention will
become apparent from the following description, taken in conjuncture with the accompanying
drawings in which: Fig. 1 is a view for describing the three-dimensional model of the area to be covered
by the plurality of cameras.
Fig. 2 is a view of the three-dimensional model describing the ceiling of the above
model. The ceiling here means the maximum allowable height of the camera.
Fig. 3 is a view of all the parameters of the camera.
Fig. 4 depicts a high-level flowchart of the suggested method.
Fig. 5 depicts the camera footprint calculation.
Fig. 6 describes the recombination process.
DETAILED DESCRIPTION OF THE INVENTION Invention Overview
The present invention will hereafter be described with reference to the accompanying
drawings.
Fig. 1 is a view for describing the three-dimensional model 100 of the area to be
covered by the plurality of cameras 102. For each pair of coordinates x, y we define a height
z. The vector (x,y,z) defines a point in space which is the surface to be covered. The surface here can describe the ground level or the outside of the building which the system has to
cover.
Fig. 2 is a view of the three-dimensional model 200 describing the ceiling 202 of the
above model 100. The ceiling here means the maximum allowable height of the camera.
This value can be set from the actual height of the area roof, the maximum height determined
by safety reasons, the maximum height of a camera carrying construction. The ceiling is
defined by the vector (x^z,,,), which sets the boundary conditions for the optimization
algorithm procedures.
Fig. 3 is a view of all the parameters of the camera 102: x The x location of the camera. y The y location of the camera,
z The z location (height) of the antenna,
θ The azimuth of the camera, relative to the x axis.
φ The elevation of the camera, relative to the x,y plane.
Fig. 4 is a high level description of the method according to either of the preferred
embodiments to be set forth below. First we input a three-dimensional view of the area to be
covered which is the set of points (x,y,z) (step 402). Then we input the ceiling of the area
which sets the boundary condition for the location of the cameras xy,!^) (also step 402).
Further, we input the coverage priority for each point on the surface P(x,y,z) (step 404).
The next step is to define the optimization parameters (details are discussed later)
(step 406). These parameters include (but are not limited to): number of iteration for the
genetic algorithms, algorithm parameters, number of output solutions, number of iteration of the simulated annealing simulation parameter.
The genetic algorithm is activated to produce several solutions (step 408). For each
solution simulated annealing technique will be used to improve the quality of the solution
(step 410).
Fig. 5 describes the method by which the coverage of a single camera is calculated.
According to the view field, the presence or absence of each line of sight 502 is analyzed
from each point in the area.
Three-dimensional model of the area to be covered
The areas to be covered are defined by a three-dimensional model. The model is a set
of a finite number of vectors (or points in space). The model is typically (but not necessarily)
defined by a polygon that bounds the x,y plane and a resolution which sets the horizontal distance between any two adjacent points. The same structure applies to the ceiling of the
model which can be viewed as a second layer in a three-dimensional map and to the priority
of coverage criteria which is attached to each three-dimensional point.
Higher quality results can be obtained if a second layer of "roof level" polygons is
available in a matrix format. Such a layer can improve significantly the accuracy of the
model, and hence the quality of the coverage.
An intermediate set is defined as L(x,y,z). For each point in the model, and a given
set of cameras position and space orientation, L(x,y,z) is defined as the number of cameras
that have lines of sight to (x,y,z). Under this definition L(x,y,z)=0 means that the specific
point is not covered by any of the cameras.
Coverage quality calculation
The coverage quality will be calculated by the following formula:
∑ L(x,y,z)kl - P(x,y,z)k2
Figure imgf000008_0001
x,y,z
where k, and k2 are calibration factors used to calibrate the relevant importance of the various
points. A large k, optimizes the coverage with emphasis on coverage diversity, i.e., several
cameras for each point on the model. A small \_ optimizes the system to have at least one
camera over each point. Similarly, a large k2 optimizes the coverage with strong advantage to
the high priority points, while a small k2 lessens the impact of priority for a given coverage.
Two preferred embodiments will now be set forth. In the first, the number of cameras is given; in the second, the optimization determines a cost-effective number of cameras. 1) Optimization method: a given set of cameras
Setting slobal optimization parameters
The optimization parameters to be set are:
Iter_genetic number of genetic algorithm iterations
Num_of_iter_solutions number of solutions (M matrixes) that will be generated
by the genetic algorithm.
Iter_annealing number of simulated annealing algorithm iterations (for
each of the Num of iter solutions.
For iter_genetic=0, the optimization procedure will not include the genetic algorithm
phase and the required number of intermediate number of solutions determined by the parameter num_of_iter_solutions will be generated automatically.
If the number of the simulated annealing iterations as defined by the parameter
Iter_annealing is set to zero, the parameter Num_of_inter_solutions will automatically be set to 1. The selected M matrix will be the result of the genetic algorithm.
Genetic algorithm to optimize three-dimensional coverage for a given set of cameras
Algorithm local parameters:
Size_of_population - number of feasible solutions to be used in the simulation
Differential_step - (dxi5 dyi5 dzi5j, dφ;) the differential step for each variable
Local_search_iteration - number of local search iterations
mutation_probability - the probability that a specific value will be changed in the
mutation phase.
Urv - intermediate parameter, random variable. power_of_bias - the urv defined earlier is raised to the power of power of bias and
provide adjustment to the level of randomness in the selection process. For power_of_bias=0
no randomness is introduced to the process.
The algorithm's flow
Step 0 - init:
Define randomly a set of size_of_population M feasible matrixes.
Repeat steps 1-4 iter genetic interations
Step 1 - local search
For each matrix M out of the size_of_population number of matrixes, repeat. Local_search_iteration number of iterations:
1 J Calculate the coverage level indicator CL
1.2 Calculate the coverage level indicator CL for (N*5) differential moves,
each defined by the size of the relevant value in the differential_step parameter.
1.3 Change the value of the matrix which generated the higher level of CL,
the change of the value will be in the size of: new_value = old value -
differential_step*(CLnew-CL0)d), where the differential step is selected to the appropriate
variable under consideration.
1.4 If (CLnew-CLold)=0, stop.
At the end of this step we have size_of_population.
Step 2 - Mutation
For each value of each matrix (total of size_of_population*N*5 values) determine
with probability level of mutation_probability whether this specific value will be changed.
For each of the to be changed values, calculate a new matrix with the specific value
according to the following equation. New_value = Old_value + random number. Step 3 - Recombination
Randomly select a number_of_combination subset of matrix pairs (M„M2). From
each pair of matrixes create a new matrix according to any of several combination
mechanisms. One of them is described in the following recombination rules, describing the
"breeding" process:
3.1 Calculate N integer random variables Bf, 1 </<5.
3.2 The new matrix will be constructed out of the pair where for each vector
(camera location) the first Bj elements will be taken from the matrix M, and the following 5- Bj elements will be taken from the matrix M2.
Fig. 6 depicts the recombination process for a matrix of 5 cameras.
Step 4 - Survivor selection
Steps 2 and 3 created a set of up to 2S+S2 possible matrixes which stands for the
cameras' positioning and orientation, where S stands for the size_of_population variable. Out of this population we select a next population of size_of_population solutions or cameras positioning according to the following procedure.
4J For each matrix calculate CL.
4.2 Multiply CL by a random bias factor: CLB = CL*(urvpower-of-b,as)
where urv is a random variable distributed uniformly over the range (0J] and power_of_bias
controls the effect of the random variable. If power_of_bias = 0, then CLB=CL and there is
no effect to the random factor.
4.3 Sort the population according to CLB.
4.4 Select the size_of_population highest ranking variables as the next generation
population.
Step 5 - Selection of intermediate solutions If the number of iteration for the simulated annealing is set to zero (iter_annealing=0),
the highest rank solution (matrix) is the selected solution for the given number of cameras.
If the number of iterations is higher than zero, then from the population of
size_of_population matrixes, select num_of_iter_solutions highest ranking matrixes as input
to the next phase.
Simulated annealing procedure to further improve three-dimensional coverage
Algorithm local parameters:
T = temperature
Search_radius = search radius around the reference solution.
The algorithm's flow
For each of the num_of_iter_solutions matrixes repeat the following steps inter annealing iterations:
Step 1 - Generate randomly a matrix in a distance (per variable) less than search_radius from
the reference matrix.
Step 2 - Calculate the resulting coverage level CLnew.
Step 3 - if CLnew is lower then CL then the new matrix will be the new reference. Otherwise,
the new matrix will be selected as the reference matrix with a probability of e"(C ne 'CL) T. This
selection mechanism allows actual searching of global minimum and prevents locking in
local minimum.
2) Optimization method: selecting a subset of cameras to meet a required coverage level
In this case, the genetic algorithm is modified to handle selection of a subset of
cameras out of a given set of cameras. Various cost functions can be used to sort the tested matrixes. In the following section, we describe the modified genetic algorithm. We essentially describe the difference between the algorithm described earlier and the required
algorithm.
The coverage-cost criteria
Discussing selection of a subset of cameras with several cost levels we have to modify
the coverage level to include costs:
Figure imgf000013_0001
where:
CLC is the generalized quality of coverage.
CL is the previously defined quality of coverage.
- CL0 is a threshold level of CL.
TC is the total cost of the cameras.
TC0 is a threshold level of the cost.
r, depicts the relative influence of the quality of coverage as measured earlier. For
r,=0 the actual cost of the cameras will be the only factor. For r,»l, CL values higher than
CL0 have significant advantage.
r2 depicts the relative influence of the cameras cost. For r2=0, the quality of coverage
will be the only factor. For r2»l TC values lower than TC0 have significant advantage.
The algorithm's flow
Step 0 - init:
Define the set C of available cameras, each with 6 parameters (adding camera cost to
the previous definition) Define N as an initial guess on the required number of cameras to meet the coverage
generalized quality criterion CLC.
Define randomly a set of size_of_population feasible matrixes each with N vectors (N
cameras). Set the two-dimensional optimization parameters r]5r2.
Repeat steps 1-4 inter genetic iterations.
Step 1 - local search
This step remains unchanged since the local search is done on the per matrix
calculation and the cost component is not relevant here.
For each matrix M out of the size_of_population number of matrixes, repeat
Local_search_iteration number of iterations:
1.1 Calculate the coverage level indicator CL.
1.2 Calculate the coverage level indicator CL for (N*5) differential moves, each defined by the size of relevant value in the differential_step parameter.
1.3 Calculate the cost of the system: the sum of the sixth column update.
1 A Change the value of the matrix which generated the higher level of CL, the
change of the value will be in the size of: new_value = old_value - differential_step*(CLnew-
CLold), where the differential step is selected to the appropriate variable under consideration.
1.5 If (CLnew-CLold)=0, stop.
At the end of this step we have size_of_population.
Step 2 - Mutation
This step is the first step in the creation of matrixes with different sizes (variable
numbers of cameras).
2.1 Location Change: For each value of each matrix (total of size_of_population*N*5 values) determine with probability level of mutation__probability whether this specific value will be changed. For each of the values to be changed, calculate a new matrix with the
specific value according to the following equation: New_value=Old_value + random
number.
2.2 Add/Remove Cameras: Generate a random number out of a normal distribution with
average μ and standard deviation σ, add this number for the current number of cameras in the
matrix and round the results. If the addition results is lower than the current number of
cameras, select randomly the required number of cameras and remove. If the addition result
is higher than the current number of cameras, add the required number of cameras selecting randomly from the set of feasible cameras C.
Step 3 - Recombination
This step creates matrixes with different sizes (variable numbers of cameras).
Randomly select a number_of_combinations subset of matrix pairs (M,,M2). M, and
M2 can be of different sizes, N, and N2 From each pair of matrixes create a new matrix
according to any of several combination mechanisms which can change the size of the result
matrix. One of them is described in the following recombination rules:
3J Generate randomly Nnew the number of cameras in the result matrix M.
Without loss of generality we assume: N,<Nnew<N2.
3.2 Calculate Nnew integer random variables B f, 1 <i<5.
3.3 The new N, elements of the matrix will be constructed out of the pair where
for each vector (camera location) the first Bf elements will be taken from the matrix M, and
the following 5-Bf elements will be taken from the matrix M2.
3.4 The remaining Nnevv-N, elements will be constructed by randomly "breeding"
the Nnew-N, elements of N2 with random selection of vectors in M,.
Step 4 - Survivor selection The above described process results in a variable size population, i.e., coverage
solutions with variable number of cameras. The survivor selection handles matrixes with
variable numbers of cameras as well.
Steps 2 and 3 created a set of size of up to 2S+S2 possible matrixes which stand for
cameras positioning and orientation, where S stands for the size_of_population variable. Out
of this population, we select a next population of size_of_population solutions positioning
according to the following procedure:
4.1 For each matrix calculate CLC.
4.2 Multiply CLC by a random bias factor: CLBC = CLc*(urvpower-of-bias)
where urv is a random variable distributed uniformly over the range (0,1], and power_of_bias
controls the effect of the random variable. If power_of_bias=0, then CLBC=CLC and there is
no effect to the random factor.
4.3 Sort the population according to CLBC
4.4 Select the size_of_population highest ranking variables as the next generation
population.
Simulated annealing procedure
The simulated annealing procedure is done separately on each of the genetic algorithm
suggested matrixes. As a result, these procedures do not need to handle variable sizes of
matrixes.
The above procedures can be carried out on any suitable computing device, such as a
suitably programmed IBM-compatible microcomputer. An output (e.g., a display or a
printout) can provide the optimized positions and angular orientations of the cameras, as well
as the optimized number of cameras in the second embodiment. Those skilled in the art who have reviewed the present disclosure will readily appreciate which hardware and software are required; therefore, such details will not be set forth here.
While two preferred embodiments of the present invention have been set forth above,
those skilled in the art who have reviewed the present disclosure will readily appreciate that
other embodiments can be realized within the scope of the present invention. For example,
while specifics of the genetic and simulated annealing algorithms have been set forth, other
appropriate algorithms can be used instead. Therefore, the present invention should be
construed as limited only by the appended claims.

Claims

What is claimed is:
1. A method for determining locations and angular orientations of a set of cameras to
cover a predetermined volume, the method comprising:
(a) determining a number of said cameras;
(b) determining at least one intermediate solution through a genetic algorithm; and
(c) determining a solution from the at least one intermediate solution through a
simulated annealing algorithm.
2. The method of claim 1, wherein step (b) comprises:
(i) determining a plurality of random initial solutions;
(ii) performing a local search around each of the random initial solutions to find a
locally optimized solution;
(iii) applying a random mutation to each of the locally optimized solutions to obtain a mutated solution;
(iv) recombining the mutated solutions to obtain recombined solutions; (v) sorting the recombined solutions by coverage level; and
(vi) selecting a number of the recombined solutions having the highest coverage levels
for the simulated annealing algorithm.
3. The method of claim 2, wherein step (c) comprises, for each of the recombined
solutions selected in step (b)(vi):
(i) randomly generating a new solution which is separated from the recombined
solution by less than a predetermined search radius;
(ii) calculating a coverage level of the new solution; and
(iii) reiterating steps (c)(i) and (c)(ii) until a globally optimized solution is reached.
4. The method of claim 1, wherein step (b) comprises using the genetic algorithm to optimize the number of cameras determined in step (a).
5. The method of claim 4, wherein step (b) comprises:
(i) determining a plurality of random initial solutions, each using the number of
cameras determined in step (a);
(ii) performing a local search around each of the random initial solutions to find a
locally optimized solution;
(iii) applying a random mutation to each of the locally optimized solutions to obtain a
mutated solution, the random mutation comprising a random mutation in the number of
cameras in each of the locally optimized solutions;
(iv) recombining the mutated solutions to obtain recombined solutions;
(v) sorting the recombined solutions by coverage level; and
(vi) selecting a number of the recombined solutions having the highest coverage levels for the simulated annealing algorithm.
6. The method of claim 5, wherein step (b)(iv) comprises, when two of the mutated
solutions having different numbers of cameras are to be recombined, randomly generating a
new number of cameras which is between the different numbers of cameras of the two
mutated solutions to be recombined.
PCT/US2000/040011 1999-03-18 2000-03-17 Method for optimization of video coverage WO2000056056A2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU32496/00A AU3249600A (en) 1999-03-18 2000-03-17 Method for optimization of video coverage

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US12493199P 1999-03-18 1999-03-18
US60/124,931 1999-03-18

Publications (2)

Publication Number Publication Date
WO2000056056A2 true WO2000056056A2 (en) 2000-09-21
WO2000056056A3 WO2000056056A3 (en) 2001-01-04

Family

ID=22417483

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2000/040011 WO2000056056A2 (en) 1999-03-18 2000-03-17 Method for optimization of video coverage

Country Status (2)

Country Link
AU (1) AU3249600A (en)
WO (1) WO2000056056A2 (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002056596A2 (en) * 2001-01-10 2002-07-18 Koninklijke Philips Electronics N.V. System and method for optimizing control parameter settings in a chain of video processing algorithms
WO2003005792A1 (en) * 2001-07-04 2003-01-16 Koninklijke Philips Electronics N.V. Optimizing selection of reference markings used in estimating the position of an imaging device
DE102004016077B4 (en) * 2004-03-30 2008-05-08 Daimler Ag Positioning a component of an optical system
ITMI20100741A1 (en) * 2010-04-29 2011-10-30 March Networks Corp CONFIGURATION AND COMMUNICATION OF VIDEO NETWORK ELEMENTS
US20120127175A1 (en) * 2010-11-18 2012-05-24 Technion Research & Development Foundation Ltd. Methods and systems for selecting object covering model fragments
EP2163094B1 (en) * 2007-05-19 2012-11-07 Videotec S.p.a. Method and system for monitoring an environment
CN103630072A (en) * 2013-10-25 2014-03-12 大连理工大学 Layout optimization method for camera in binocular vision measuring system
EP2835792A1 (en) * 2013-08-07 2015-02-11 Axis AB Method and system for selecting position and orientation for a monitoring camera

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110615293B (en) * 2018-06-19 2021-09-14 佛山市顺德区美的电热电器制造有限公司 Automatic image data acquisition system, automatic image data acquisition method and automatic image data identification system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6005610A (en) * 1998-01-23 1999-12-21 Lucent Technologies Inc. Audio-visual object localization and tracking system and method therefor
US6016389A (en) * 1996-05-09 2000-01-18 Musco Corporation Apparatus and method for lighting large areas for television

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6016389A (en) * 1996-05-09 2000-01-18 Musco Corporation Apparatus and method for lighting large areas for television
US6005610A (en) * 1998-01-23 1999-12-21 Lucent Technologies Inc. Audio-visual object localization and tracking system and method therefor

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002056596A2 (en) * 2001-01-10 2002-07-18 Koninklijke Philips Electronics N.V. System and method for optimizing control parameter settings in a chain of video processing algorithms
WO2002056596A3 (en) * 2001-01-10 2003-09-12 Koninkl Philips Electronics Nv System and method for optimizing control parameter settings in a chain of video processing algorithms
US7082222B2 (en) 2001-01-10 2006-07-25 Koninklije Philips Electronics N.V. System and method for optimizing control parameter settings in a chain of video processing algorithms
WO2003005792A1 (en) * 2001-07-04 2003-01-16 Koninklijke Philips Electronics N.V. Optimizing selection of reference markings used in estimating the position of an imaging device
DE102004016077B4 (en) * 2004-03-30 2008-05-08 Daimler Ag Positioning a component of an optical system
US8350911B2 (en) 2007-05-19 2013-01-08 Videotec S.P.A. Method and system for monitoring an environment
EP2163094B1 (en) * 2007-05-19 2012-11-07 Videotec S.p.a. Method and system for monitoring an environment
EP2533535A1 (en) * 2007-05-19 2012-12-12 Videotec S.p.a. Method and system for monitoring an environment
RU2494567C2 (en) * 2007-05-19 2013-09-27 Видеотек С.П.А. Environment monitoring method and system
ITMI20100741A1 (en) * 2010-04-29 2011-10-30 March Networks Corp CONFIGURATION AND COMMUNICATION OF VIDEO NETWORK ELEMENTS
US20120127175A1 (en) * 2010-11-18 2012-05-24 Technion Research & Development Foundation Ltd. Methods and systems for selecting object covering model fragments
EP2835792A1 (en) * 2013-08-07 2015-02-11 Axis AB Method and system for selecting position and orientation for a monitoring camera
CN103630072A (en) * 2013-10-25 2014-03-12 大连理工大学 Layout optimization method for camera in binocular vision measuring system

Also Published As

Publication number Publication date
AU3249600A (en) 2000-10-04
WO2000056056A3 (en) 2001-01-04

Similar Documents

Publication Publication Date Title
Doctor et al. Optimal PSO for collective robotic search applications
JP2005032196A (en) System for planning path for moving robot
CN106056643B (en) A kind of indoor dynamic scene SLAM method and system based on cloud
WO2000056056A2 (en) Method for optimization of video coverage
Jun et al. Camera placement in smart cities for maximizing weighted coverage with budget limit
CN106952208A (en) Crime automatic prediction method and system
CN107113764A (en) The method and apparatus for improving artificial neural network positioning performance
Doma Particle swarm optimization in comparison with classical optimization for GPS network design
Sujit et al. Route planning for angle constrained terrain mapping using an unmanned aerial vehicle
Konakoglu et al. 2D coordinate transformation using artificial neural networks
CN116301048A (en) Unmanned plane path planning method, unmanned plane path planning system, electronic equipment and storage medium
CN112469116B (en) Positioning method, positioning device, electronic equipment and computer readable storage medium
CN113589306B (en) Positioning method, positioning device, electronic equipment and storage medium
CN111289999A (en) Pseudo satellite layout method based on genetic algorithm
CN114599004B (en) Base station layout method and device
Heyns et al. An evaluation of the effectiveness of observation camera placement within the MeerKAT radio telescope project
Li et al. Optimal wifi aps deployment for localization and coverage based on virtual force
Thyagarajan et al. Planning dissimilar paths for military units
CN110019329B (en) Data prediction method and device
Bouyagoub et al. Automatic multi-camera placement and optimisation using ray tracing
Wong et al. 3d reconstruction from multiple views using particle swarm optimization
CN117202237B (en) Optimization method and system for base station antenna position and upper dip angle of unmanned aerial vehicle
CN115457202B (en) Method, device and storage medium for updating three-dimensional model
Gao et al. Research on optimal layout of large ship attitude reference based on genetic algorithm
CN116070807B (en) Power station inspection path planning method and device based on spatial relationship

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY CA CH CN CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG US UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): GH GM KE LS MW SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
AK Designated states

Kind code of ref document: A3

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY CA CH CN CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG US UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A3

Designated state(s): GH GM KE LS MW SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
WWE Wipo information: entry into national phase

Ref document number: 09936787

Country of ref document: US

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

122 Ep: pct application non-entry in european phase