Skip to content

Commit 8d86e68

Browse files
quic-apreetamasmorkalov
authored andcommitted
FastCV library transitioning to Static Library for Android #94
This PR introduces the FastCV static library for Android, replacing the previously used shared library. For Linux, the static library was added earlier. Additionally, a new API, fcvSVDf32_v2, has been added to support full-sized orthogonal matrices in both Android and Linux static libraries. This PR also includes fixes for the Cluster Euclidean algorithm and the Box Filter on both platforms.
1 parent 2bc3d14 commit 8d86e68

5 files changed

+25
-11
lines changed

LICENSE

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
SPDX-License-Identifier: BSD-3-Clause-Clear
2+
Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
3+
4+
Redistribution and use in source and binary forms, with or without
5+
modification, are permitted (subject to the limitations in the disclaimer below)
6+
provided that the following conditions are met:
7+
• Redistributions of source code must retain the above copyright notice,
8+
this list of conditions and the following disclaimer.
9+
• Redistributions in binary form must reproduce the above copyright notice,
10+
this list of conditions and the following disclaimer in the documentation
11+
and/or other materials provided with the distribution.
12+
• Neither the name of the copyright holder nor the names of its contributors
13+
may be used to endorse or promote products derived from this software
14+
without specific prior written permission.
15+
16+
NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY’S PATENT RIGHTS ARE GRANTED BY THIS LICENSE.
17+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS
18+
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
19+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
20+
SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
21+
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
22+
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
23+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
24+
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
25+
THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

README.md

-11
This file was deleted.
2.34 MB
Binary file not shown.
1.55 MB
Binary file not shown.
7.26 MB
Binary file not shown.

0 commit comments

Comments
 (0)